Blocksite
Light and easy way to block websites
Cos'è Blocksite?
Blocksite è un'estensione di Chrome sviluppata da hektr992, e la sua funzione principale è "Light and easy way to block websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blocksite
Scarica i file di estensione Blocksite 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
Light and easy way to block websites. Stop websites from stealing your time and exploiting your internet addiction. Just block them. Features: * Works silent(doesn't show you any notification, doesn't open any window, doesn't ask you any question, just silent does what you want) * Easy to use(options are textarea with two buttons - save and disable/enable) * Light(script size is only 5 kb and does not overload your cpu) * Inconspicuous icon on chrome toolbar doesn't attract attention. ------- Any feedback is greatly appreciated. Thanks.
Informazioni di Base sull'Estensione
Nome | |
ID | ajdknbjjnloedkadkbkajlglplbgmgem |
URL Ufficiale | https://chrome.google.com/webstore/detail/blocksite/ajdknbjjnloedkadkbkajlglplbgmgem |
Descrizione | Light and easy way to block websites |
Dimensione del File | 23.95 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.1.5.5 |
Ultimo Aggiornamento | 2019-08-26 |
Data di Pubblicazione | 2019-08-26 |
Valutazione | 4.29/5 Totale 17 Valutazioni |
Sviluppatore | hektr992 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_description__", "version": "0.1.5.5", "author": "hektr", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab", "storage" ] } |