Remove YouTube Recommended Video 2024

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

Co je Remove YouTube Recommended Video 2024?

Remove YouTube Recommended Video 2024 je rozšíření Chrome vyvinuté zakirullahkhan6269, a jeho hlavní funkcí je „Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove YouTube Recommended Video 2024

Stáhněte si soubory rozšíření Remove YouTube Recommended Video 2024 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název Remove YouTube Recommended Video 2024 Remove YouTube Recommended Video 2024
ID ickohbpkcokghhopdfbhaoiakgpkekkh
Oficiální URL https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh
Popis Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Velikost souboru 6.29 MB
Počet instalací 31
Aktuální Verze 1.3
Poslední Aktualizace 2024-02-24
Datum Vydání 2023-07-27
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář zakirullahkhan6269
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}