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
官方網址 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
電子郵箱 [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": [
        "*:\/\/*\/*"
    ]
}