Adblock for Internet

Removes ads from Internet.

什么是Adblock for Internet?

Adblock for Internet是由http://installadblock.com开发的Chrome扩展程序,该扩展的主要功能是“Removes ads from Internet.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Adblock for Internet扩展crx文件

下载Adblock for Internet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remove ads from websites and YouTube with low CPU and RAM consumption.                    

扩展基本信息

名称 Adblock for Internet Adblock for Internet
ID eapnbgjpefaicphghglacdclgpdmkona
官方URL https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona
简介 Removes ads from Internet.
文件大小 354 KB
安装次数 23,803
当前版本 1.1.0.3
更新时间 2022-07-27
上架时间 2022-05-13
评分 4.18/5 共94次评分
开发者 http://installadblock.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.installadblock.com/privacy-policy.html
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/blocklist.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Adblock for Internet",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}