BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

BlockAll - block adsとは何ですか?

BlockAll - block adsはblockall1904によって開発されたChromeの拡張機能で、その主な機能は「AdBlocker - Blocks annoying ads with individual rules for popular sites」です。

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

screenshot
screenshot

BlockAll - block ads拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        BlockAll will protect you from all types of ads.

An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser.

*Easy to use
*On going updates
*Fast and secure
*Blocking all type of ads

for any question you have, feel free to email us at [email protected]                    

拡張機能の基本情報

名前 BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
公式URL https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
説明 AdBlocker - Blocks annoying ads with individual rules for popular sites
ファイルサイズ 12.35 KB
インストール数 6,416
現在のバージョン 1.0.1
最終更新日 2022-05-05
公開日 2022-05-05
評価 4.20/5 合計 5 レビュー
開発者 blockall1904
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blockall.net
ヘルプページのURL https://blockall.net
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockAll - block ads",
    "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}