Site Blocker
Stay focused and let block site automatically blocks websites of your choice.
Cos'è Site Blocker?
Site Blocker è un'estensione di Chrome sviluppata da GVM Technologies, e la sua funzione principale è "Stay focused and let block site automatically blocks websites of your choice.".
Scarica il file CRX dell'estensione Site Blocker
Scarica i file di estensione Site Blocker 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 | |
ID | mfmleebemfdblbhbnobhbnofaoapnijo |
URL Ufficiale | https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo |
Descrizione | Stay focused and let block site automatically blocks websites of your choice. |
Dimensione del File | 242 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-01-10 |
Data di Pubblicazione | 2018-01-10 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | GVM Technologies |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site Blocker", "description": "Stay focused and let block site automatically blocks websites of your choice.", "version": "1.0.1", "icons": { "16": "assets\/images\/16.png", "48": "assets\/images\/48.png", "128": "assets\/images\/128.png" }, "background": { "scripts": [ "assets\/js\/lib\/jquery-3.2.1.min.js", "assets\/js\/lib\/constant.js", "assets\/js\/service\/blockedUrlsService.js", "assets\/js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "view\/login.html", "default_title": "Site Blocker" } } |