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
官方網址 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"
    }
}