CleanTube - Watch only needed

Watch only needed in Youtube. Don't waste time on irrelevant content

CleanTube - Watch only neededとは何ですか?

CleanTube - Watch only neededはzo_sungwooによって開発されたChromeの拡張機能で、その主な機能は「Watch only needed in Youtube. Don't waste time on irrelevant content」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

CleanTube - Watch only needed拡張機能のCRXファイルをダウンロード

CleanTube - Watch only needed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CleanTube is a chrome extension that enhances your Youtube experience by allowing you to focus on the content that matters to you. The extension blocks paths to videos that are not relevant to you, ensuring that you don't waste time on useless content. When you access Youtube, CleanTube redirects you to the subscriptions page, so that you will only watch videos from channels you're subscribed to.

The extension also removes menus that could distract you, so you can focus on the videos you're watching. Additionally, when you're watching a video, CleanTube removes recommended videos from the right side, so you don't get sidetracked. If you're watching Shorts from a subscribed channel, CleanTube removes other Shorts, allowing you to enjoy your preferred content without any distractions.

In summary, CleanTube is the perfect tool for anyone who wants to optimize their Youtube experience. With its powerful features, you can watch only what you need and never waste time on irrelevant content again. Install CleanTube today and enjoy a more productive and enjoyable Youtube experience!

*Login to YouTube recommended*

https://github.com/zosungwoo/CleanTube                    

拡張機能の基本情報

名前 CleanTube - Watch only needed CleanTube - Watch only needed
ID ffalnkpnbohljeiehcghmpdoljajbanj
公式URL https://chromewebstore.google.com/detail/cleantube-watch-only-need/ffalnkpnbohljeiehcghmpdoljajbanj
説明 Watch only needed in Youtube. Don't waste time on irrelevant content
ファイルサイズ 1.64 MB
インストール数 382
現在のバージョン 1.0.1
最終更新日 2023-09-24
公開日 2023-02-05
評価 5.00/5 合計 3 レビュー
開発者 zo_sungwoo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/zosungwoo/CleanTube
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CleanTube - Watch only needed",
    "description": "Watch only needed in Youtube. Don't waste time on irrelevant content",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html"
    }
}