Site Blocker
Stay focused and let block site automatically blocks websites of your choice.
Qu'est-ce que Site Blocker ?
Site Blocker est une extension Chrome développée par GVM Technologies, et sa fonction principale est "Stay focused and let block site automatically blocks websites of your choice.".
Télécharger le fichier CRX de l'extension Site Blocker
Téléchargez les fichiers d'extension Site Blocker 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
Informations de Base sur l'Extension
Nom | |
ID | mfmleebemfdblbhbnobhbnofaoapnijo |
URL Officiel | https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo |
Description | Stay focused and let block site automatically blocks websites of your choice. |
Taille du Fichier | 242 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-01-10 |
Date de Publication | 2018-01-10 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | GVM Technologies |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |