Website blocker

The extension help lock harmful website and panic with 1000 times

What is Website blocker?

Website blocker is a Chrome extension developed by http://mydeveloper.info, and its main feature is "The extension help lock harmful website and panic with 1000 times".

Extension Screenshots

Download Website blocker Extension CRX File

Download Website blocker 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 help block website with many benefits:

- Easy to use.
- Block children access harmful website.
- Prevent yourself access website you don't want in the future.
- Warning 1000 times.                    

Extension Basic Information

Name Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
Official URL https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Description The extension help lock harmful website and panic with 1000 times
File Size 9.04 KB
Installation Count 1,000
Current Version 1.0.3
Last Updated 2017-12-05
Publish Date 2017-12-05
Rating 3.25/5 Total 12 Ratings
Developer http://mydeveloper.info
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mydeveloper.info
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website blocker",
    "version": "1.0.3",
    "description": "The extension help lock harmful website and panic with 1000 times",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/images\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/extension.js"
        ]
    },
    "author": "tuanphpvn",
    "minimum_chrome_version": "23.0",
    "homepage_url": "https:\/\/mydeveloper.info"
}