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
官方網址 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"
}