YouTube Distraction Remover
Remove the feed and sidebar on YouTube to free up your time
Cos'è YouTube Distraction Remover?
YouTube Distraction Remover è un'estensione di Chrome sviluppata da Will S, e la sua funzione principale è "Remove the feed and sidebar on YouTube to free up your time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Distraction Remover
Scarica i file di estensione YouTube Distraction Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | YouTube Distraction Remover |
ID | neabcchaoiabjmjmnaljajpjoinhpkln |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln |
Descrizione | Remove the feed and sidebar on YouTube to free up your time |
Dimensione del File | 44.21 KB |
Conteggio Installazioni | 706 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-10-14 |
Data di Pubblicazione | 2016-10-14 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Will S |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |