Angry Cat Site Block
Block any website from your browser for free
Qu'est-ce que Angry Cat Site Block ?
Angry Cat Site Block est une extension Chrome développée par thomasbayy, et sa fonction principale est "Block any website from your browser for free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Angry Cat Site Block
Téléchargez les fichiers d'extension Angry Cat Site Block 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
A free, easy to use site blocker, that will show you an angry cat, telling you to get back to work, whenever you are blocked. Completely free, no paid features. Can block any words, websites etc. from the url. This includes things such as "google", "google.com", "www.google.com" etc. Any word that matches the url, will result in a block, which means that even single letters such as "e" will also work, even though I would not recommend to do so.
Informations de Base sur l'Extension
Nom | Angry Cat Site Block |
ID | njlndibfjkaigciohbfdglklhechhnlc |
URL Officiel | https://chromewebstore.google.com/detail/angry-cat-site-block/njlndibfjkaigciohbfdglklhechhnlc |
Description | Block any website from your browser for free |
Taille du Fichier | 19.23 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-08-11 |
Date de Publication | 2022-07-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | thomasbayy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Angry Cat Site Block", "description": "Block any website from your browser for free", "version": "1.1", "manifest_version": 3, "author": "Thomas Bay-J\u00f8rgensen - Thomasbayy @ GitHub", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "interface.html" }, "icons": { "16": "icons\/angry_cat_16.png", "32": "icons\/angry_cat_32.png", "48": "icons\/angry_cat_48.png", "128": "icons\/angry_cat_128.png" } } |