Site Restricter
Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
Qu'est-ce que Site Restricter ?
Site Restricter est une extension Chrome développée par LN, et sa fonction principale est "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Site Restricter
Téléchargez les fichiers d'extension Site Restricter 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
Too many distractions? Want to limit access to certain sites? This extension helps you control that. Add URLs of sites you don't want to visit. When you change your mind, just remove them from the list and regain access! Features: - Control access to sites by adding or deleting them individually - One Click Add / Clear All Functionalities - Simple Design - Easy to use
Informations de Base sur l'Extension
Nom | Site Restricter |
ID | kbokniiapoadjhhkmnlpndgeambahghk |
URL Officiel | https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk |
Description | Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity |
Taille du Fichier | 10.83 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2021-10-30 |
Date de Publication | 2021-10-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | LN |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Restricter", "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity", "version": "0.0.5", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Site Restricter" }, "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |