---
# System prepended metadata

title: SmartTube：一款在Android TV上沒有廣告而且能自動跳過業配片段的YouTube播放器

---

# SmartTube：一款在Android TV上沒有廣告而且能自動跳過業配片段的YouTube播放器

## 介紹
SmartTube是一款針對Android TV的先進播放器，而且是**免費**和**開源**的。

✅ 功能：無廣告 ‧ [SponsorBlock](https://sponsor.ajay.app/)(一個開源的瀏覽器擴充功能和開放 API，用於跳過 YouTube 影片中的贊助商片段) ‧ 可調整播放速度 ‧ 8K支援 ‧ 60fps ‧ HDR ‧ 閱讀即時聊天 ‧ 可自訂按鈕 ‧ 無Google服務 ‧ 友善的國際社群

❌ 缺點：不支援手機和平板電腦，評論穩定性差，語音搜尋和投射支援可能不如官方應用程式，取決於你的設備；試試看吧！

官方GitHub Repo: https://github.com/yuliskov/SmartTube

## 安裝方法
- 下載最新穩定版本的apk檔案：
https://github.com/yuliskov/SmartTubeNext/releases/download/latest/smarttube_stable.apk

- 在Chromecast with Google TV上，默認情況下禁止安裝應用程式，因此需要額外的步驟：
    - 啟用開發人員選項：在你的Chromecast上，打開側邊選單，進入「設定」 > 「系統」 > 「關於」。滾動到Android TV OS版本部分，並反覆點擊。將會出現一條訊息，解釋你離成為一名開發人員還有幾步。繼續點擊直到觸發它。
    - 啟用USB偵錯模式
    - 參考: https://github.com/yuliskov/SmartTube#installation-chromecast-with-google-tv

- 在你的電腦安裝adb
例如，你可以在macOS上使用[Homebrew](https://brew.sh/)安裝它
```
brew install android-platform-tools
```

其他作業系統請參考：[How to install ADB on Windows, macOS, and Linux](https://www.xda-developers.com/install-adb-windows-macos-linux/)

- 使用adb安裝apk檔案
```
adb connect <你的電視的IP位址>
adb install smarttube_stable.apk
```

參考: [How To Sideload Apps On Your Android TV (2021)?](https://fossbytes.com/side-load-apps-android-tv/#h-how-to-sideload-apps-on-your-android-tv-using-adb)

# SmartTube: Watch YouTube without ads and sponsor contents on AndroidTV 

## Intro 
SmartTube is an advanced player for Android TVs and TV boxes, **free** & **open source**.

✅ Features: no ads ‧ [SponsorBlock](https://sponsor.ajay.app/)(an open-source crowdsourced browser extension and open API for skipping sponsor segments in YouTube videos) ‧ adjustable playback speed ‧ 8k support ‧ 60fps ‧ HDR ‧ read live chat ‧ customizable buttons ‧ no Google Services ‧ helpful international community

❌ Disadvantages: no support for phones and tablets, no comments stability, voice search and casting support might be worse than in the official apps, depending on your device; give it a try!

Offcial GitHub Repo: https://github.com/yuliskov/SmartTube


## installation
- Download latest stable release apk file:
https://github.com/yuliskov/SmartTubeNext/releases/download/latest/smarttube_stable.apk

- On Chromecast with Google TV, installation of apps is blocked by default, so an extra step is required:
    - Enable Developer Options: On your Chromecast, open the side menu and go to Settings > System > About. Scroll down to the Android TV OS build section and click that repeatedly. A toast message will appear, explaining that you are a few steps away from being a developer. Continue clicking until you trigger it.
    - Enable USB debugging
    - Reference: https://github.com/yuliskov/SmartTube#installation-chromecast-with-google-tv

- Install adb
For example, you can install it with [Homebrew](https://brew.sh/) on macOS
```
brew install android-platform-tools
```

Other OS: [How to install ADB on Windows, macOS, and Linux](https://www.xda-developers.com/install-adb-windows-macos-linux/)


- Use adb to install the apk file
```
adb connect <IP address of your TV>
adb install smarttube_stable.apk
```

Reference: [How To Sideload Apps On Your Android TV (2021)?](https://fossbytes.com/side-load-apps-android-tv/#h-how-to-sideload-apps-on-your-android-tv-using-adb)

