Adblock Fast

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

Что такое Adblock Fast?

Adblock Fast - это расширение Chrome, разработанное https://adblockfast.com, и его основная функция - "The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Adblock Fast

Скачайте файлы расширений 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"
    }
}