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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://adblockfast.com/#help
عنوان صفحة سياسة الخصوصية 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"
    }
}