Remove YouTube Recommended Video 2024

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

Qu'est-ce que Remove YouTube Recommended Video 2024 ?

Remove YouTube Recommended Video 2024 est une extension Chrome développée par zakirullahkhan6269, et sa fonction principale est "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove YouTube Recommended Video 2024

Téléchargez les fichiers d'extension Remove YouTube Recommended Video 2024 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Remove YouTube Recommended Video 2024 Remove YouTube Recommended Video 2024
ID ickohbpkcokghhopdfbhaoiakgpkekkh
URL Officiel https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh
Description Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Taille du Fichier 6.29 MB
Nombre d'Installations 31
Version Actuelle 1.3
Dernière Mise à Jour 2024-02-24
Date de Publication 2023-07-27
Évaluation 4.43/5 Total 7 Évaluations
Développeur zakirullahkhan6269
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}