Block domain's
This extension allows the user to block a domain that you dont want to see again
What is Block domain's?
Block domain's is a Chrome extension developed by Kay Bakhauge, and its main feature is "This extension allows the user to block a domain that you dont want to see again".
Extension Screenshots
Download Block domain's Extension CRX File
Download Block domain's extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | phoaoepnfjffkaggaplhohlbpdpobllc |
Official URL | 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 |
File Size | 18.84 KB |
Installation Count | 368 |
Current Version | 1.0.0.2 |
Last Updated | 2017-10-11 |
Publish Date | 2017-10-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kay Bakhauge |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |