Adblock Fast

The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.

什么是Adblock Fast?

Adblock Fast是由https://adblockfast.com开发的Chrome扩展程序,该扩展的主要功能是“The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.”。

扩展截图

screenshot
screenshot

下载Adblock Fast扩展crx文件

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

扩展使用说明

                        Adblock Fast is a faster, open-source ad blocker.

Just as webpages grew bloated with ads, so too have ad blockers grown bloated with little-used filtering rules and features that sap their speed and hog your computer’s CPU, memory, and storage. Adblock Fast runs a mere 12 optimized filtering rules to accelerate pages 8x more but consume 6x less computing resources than other ad blockers do.

See Adblock Fast’s site for source code, benchmarks, support, and frequently asked questions.                    

扩展基本信息

名称 Adblock Fast Adblock Fast
ID nneejgmhfoecfeoffakdnolopppbbkfi
官方URL https://chromewebstore.google.com/detail/adblock-fast/nneejgmhfoecfeoffakdnolopppbbkfi
简介 The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.
文件大小 325 KB
安装次数 4,694
当前版本 1.8.1
更新时间 2024-01-09
上架时间 2024-01-09
评分 4.03/5 共116次评分
开发者 https://adblockfast.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://adblockfast.com/
帮助页面URL https://adblockfast.com/#help
隐私政策页面URL https://www.iubenda.com/privacy-policy/216992
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adblock Fast",
    "version": "1.8.1",
    "description": "The world\u2019s fastest ad blocker! Same blocking, 8x more accelerated page loading.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "",
        "browsingData",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/blocking.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "stylesheets\/content.css"
            ],
            "js": [
                "scripts\/utils.js",
                "scripts\/blocking.js",
                "scripts\/hiding.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/blocked\/19.png",
            "38": "images\/blocked\/38.png"
        },
        "default_title": "Unblock ads on this site"
    }
}