Remove YouTube Recommended Video 2024

Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)

Remove YouTube Recommended Video 2024とは何ですか?

Remove YouTube Recommended Video 2024はzakirullahkhan6269によって開発されたChromeの拡張機能で、その主な機能は「Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)」です。

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

screenshot
screenshot
screenshot

Remove YouTube Recommended Video 2024拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download the Extension
This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you.
* Click on the extension icon
* Click on the YouTube icon to open YouTube (If not open)
* Click on the (ON & OFF) button to use extension features.

"The use of the YouTube(TM) name or trademark is for  identification, reference or 
   descriptive purposes only and does not imply any association with YouTube(TM)  or 
   their product brand".                    

拡張機能の基本情報

名前 Remove YouTube Recommended Video 2024 Remove YouTube Recommended Video 2024
ID ickohbpkcokghhopdfbhaoiakgpkekkh
公式URL https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh
説明 Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
ファイルサイズ 6.29 MB
インストール数 31
現在のバージョン 1.3
最終更新日 2024-02-24
公開日 2023-07-27
評価 4.43/5 合計 7 レビュー
開発者 zakirullahkhan6269
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Recommended Video 2024",
    "short_name": "EAYRV",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "EAYRV",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}