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
Eメール [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"
}