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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}