Website blocker

The extension help lock harmful website and panic with 1000 times

什么是Website blocker?

Website blocker是由http://mydeveloper.info开发的Chrome扩展程序,该扩展的主要功能是“The extension help lock harmful website and panic with 1000 times”。

扩展截图

下载Website blocker扩展crx文件

下载Website blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
官方URL https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
简介 The extension help lock harmful website and panic with 1000 times
文件大小 9.04 KB
安装次数 1,000
当前版本 1.0.3
更新时间 2017-12-05
上架时间 2017-12-05
评分 3.25/5 共12次评分
开发者 http://mydeveloper.info
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://mydeveloper.info
支持的语言 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"
}