SiteBlock
An extension that blocks sites and helps you focus.
Qu'est-ce que SiteBlock ?
SiteBlock est une extension Chrome développée par gadfaria, et sa fonction principale est "An extension that blocks sites and helps you focus.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SiteBlock
Téléchargez les fichiers d'extension SiteBlock 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
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
Informations de Base sur l'Extension
Nom | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
URL Officiel | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
Description | An extension that blocks sites and helps you focus. |
Taille du Fichier | 62.82 KB |
Nombre d'Installations | 405 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2022-12-26 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | gadfaria |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gadfaria/site-block-extension |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |