Blokker
Blocks YouTube, Twitter and Facebook feed.
Cos'è Blokker?
Blokker è un'estensione di Chrome sviluppata da rickpastoor, e la sua funzione principale è "Blocks YouTube, Twitter and Facebook feed.".
Scarica il file CRX dell'estensione Blokker
Scarica i file di estensione Blokker 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
This plugin block your YouTube, Twitter and Facebook feed, to help you get more work done.
Informazioni di Base sull'Estensione
Nome | |
ID | nfbccglabkpcibhpnjlodhncnlggpkka |
URL Ufficiale | https://chromewebstore.google.com/detail/blokker/nfbccglabkpcibhpnjlodhncnlggpkka |
Descrizione | Blocks YouTube, Twitter and Facebook feed. |
Dimensione del File | 917 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-05-16 |
Data di Pubblicazione | 2017-05-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | rickpastoor |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blokker", "version": "1.2", "description": "Blocks YouTube, Twitter and Facebook feed.", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.geenstijl.nl\/*", "*:\/\/*.dumpert.nl\/*", "*:\/\/*.nu.nl\/*", "*:\/\/news.ycombinator.com\/*" ], "js": [ "blokker.js" ], "css": [ "blokker.css" ] } ], "manifest_version": 2, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png", "1024": "img\/icon1024.png" } } |