YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

Qu'est-ce que YouTube Distraction Remover ?

YouTube Distraction Remover est une extension Chrome développée par Will S, et sa fonction principale est "Remove the feed and sidebar on YouTube to free up your time".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Distraction Remover

Téléchargez les fichiers d'extension YouTube Distraction Remover 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

                                            

Informations de Base sur l'Extension

Nom YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
URL Officiel https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
Description Remove the feed and sidebar on YouTube to free up your time
Taille du Fichier 44.21 KB
Nombre d'Installations 706
Version Actuelle 0.2
Dernière Mise à Jour 2016-10-14
Date de Publication 2016-10-14
Évaluation 3.00/5 Total 2 Évaluations
Développeur Will S
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}