Simple AdBlock

Removes popular advertisement blocks from any website!

什麼是Simple AdBlock?

Simple AdBlock是由alexleon.solutions開發的Chrome擴展程式,該擴展的主要功能是“Removes popular advertisement blocks from any website!”。

擴展截圖

screenshot

下載Simple AdBlock擴展crx文件

下載Simple AdBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension will delete advertisements and banners from various ad companies.
The extension will simply scan the page from any known banners to quickly remove them.                    

擴展基本資訊

名稱 Simple AdBlock Simple AdBlock
ID fhaealjjameonplhmmjcmpgfgidiefka
官方網址 https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka
簡介 Removes popular advertisement blocks from any website!
檔案大小 13.76 KB
安裝次數 3,851
目前版本 1
更新時間 2022-11-29
上架時間 2022-11-29
開發者 alexleon.solutions
電子郵箱 [email protected]
付費類型 free
擴展官網 https://home.xzxoughtanot.xyz/
說明頁面URL https://home.xzxoughtanot.xyz/contact.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128.png",
        "default_title": "Simple AdBlock"
    },
    "description": "Removes popular advertisement blocks from any website!",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Simple AdBlock",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}