Block domain's
This extension allows the user to block a domain that you dont want to see again
Qu'est-ce que Block domain's ?
Block domain's est une extension Chrome développée par Kay Bakhauge, et sa fonction principale est "This extension allows the user to block a domain that you dont want to see again".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block domain's
Téléchargez les fichiers d'extension Block domain's 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
This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.
Informations de Base sur l'Extension
Nom | |
ID | phoaoepnfjffkaggaplhohlbpdpobllc |
URL Officiel | https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc |
Description | This extension allows the user to block a domain that you dont want to see again |
Taille du Fichier | 18.84 KB |
Nombre d'Installations | 368 |
Version Actuelle | 1.0.0.2 |
Dernière Mise à Jour | 2017-10-11 |
Date de Publication | 2017-10-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Kay Bakhauge |
[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": "Block domain's", "description": "This extension allows the user to block a domain that you dont want to see again", "version": "1.0.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "bp16.png", "24": "bp24.png", "32": "bp32.png", "64": "bp64.png", "128": "bp128.png" }, "browser_action": { "default_icon": "bp16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "idle", "background" ] } |