YouTube Distraction Remover

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

Wat is YouTube Distraction Remover?

YouTube Distraction Remover is een Chrome-extensie ontwikkeld door Will S, en de belangrijkste functie is "Remove the feed and sidebar on YouTube to free up your time".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Distraction Remover

Download YouTube Distraction Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
Officiële URL https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
Beschrijving Remove the feed and sidebar on YouTube to free up your time
Bestandsgrootte 44.21 KB
Aantal Installaties 706
Huidige Versie 0.2
Laatst Bijgewerkt 2016-10-14
Publicatiedatum 2016-10-14
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Will S
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}