Website Blocker for Chrome™

Helps to block websites that you don't need

Website Blocker for Chrome™とは何ですか?

Website Blocker for Chrome™はkevinlawson746によって開発されたChromeの拡張機能で、その主な機能は「Helps to block websites that you don't need」です。

拡張機能のスクリーンショット

screenshot
screenshot

Website Blocker for Chrome™拡張機能のCRXファイルをダウンロード

Website Blocker for Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can install website blocker on the internet and install it on your computer. Now you can block unwanted spam websites on a single click. manage blocked websites list on dedicated popup page on extension. 

Steps to use the Extension:
1. Install the Website Blocker Extension.
2. Visit the website you want to block.
3. Click on the extension icon on the top and click block website
4. You can manage the blocked websites from edit block list page

 This Website Blocker for Chrome blocks website/URL and app that helps you to manage your website usage and manage distractions. Install this extension to stay focused and safe from unwanted page visits.                    

拡張機能の基本情報

名前 Website Blocker for Chrome™ Website Blocker for Chrome™
ID habaaobnclljeaifmhlaimngklnieedl
公式URL https://chromewebstore.google.com/detail/website-blocker-for-chrom/habaaobnclljeaifmhlaimngklnieedl
説明 Helps to block websites that you don't need
ファイルサイズ 111 KB
インストール数 644
現在のバージョン 1.0.1
最終更新日 2022-08-02
公開日 2022-07-12
評価 5.00/5 合計 4 レビュー
開発者 kevinlawson746
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website Blocker for Chrome\u2122",
    "version": "1.0.1",
    "description": "Helps to block websites that you don't need",
    "action": {
        "derfault_title": "Website Blocker for Chrome\u2122",
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon128.png",
        "32": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest",
        "activeTab"
    ]
}