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
Eメール [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"
    }
}