Blocksite
Light and easy way to block websites
Qu'est-ce que Blocksite ?
Blocksite est une extension Chrome développée par hektr992, et sa fonction principale est "Light and easy way to block websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blocksite
Téléchargez les fichiers d'extension Blocksite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ajdknbjjnloedkadkbkajlglplbgmgem |
URL Officiel | https://chrome.google.com/webstore/detail/blocksite/ajdknbjjnloedkadkbkajlglplbgmgem |
Description | Light and easy way to block websites |
Taille du Fichier | 23.95 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.1.5.5 |
Dernière Mise à Jour | 2019-08-26 |
Date de Publication | 2019-08-26 |
Évaluation | 4.29/5 Total 17 Évaluations |
Développeur | hektr992 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |