Adblock for Browser

A single accurate adblocker for all your browsers. Stops you from ads.

ما هو Adblock for Browser؟

Adblock for Browser هو إضافة Chrome تم تطويرها بواسطة adblockforbrowser، والميزة الرئيسية لها هي "A single accurate adblocker for all your browsers. Stops you from ads.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Adblock for Browser

قم بتنزيل ملفات الامتداد Adblock for Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tired of intrusive and disruptive ads ruining your browsing experience? Introducing AdBlock for Browser, your ultimate solution to reclaiming the internet without the annoyance of advertisements.

Say goodbye to pop-ups, banners, auto-playing videos, and those pesky tracking scripts that invade your privacy. With AdBlock for Browser, you'll enjoy a cleaner, faster, and more enjoyable online journey.

Key Features:

Effortless Ad Blocking: Our extension seamlessly blocks a wide range of ads across websites, ensuring you'll never be bothered by irrelevant content again.

Enhanced Privacy: Bid farewell to tracking cookies and data-hungry advertisers. AdBlock for Browser protects your personal information by preventing third-party trackers from following your online activities.

Faster Browsing: By eliminating resource-heavy ads, you'll experience significantly faster page loading times, allowing you to access the content you love without the waiting.

Customizable Whitelisting: We understand that some websites rely on non-intrusive ads for revenue. With AdBlock for Browser, you can easily whitelist trusted sites, supporting the content creators you enjoy.

User-Friendly Interface: Our extension boasts a simple and intuitive user interface, making it accessible to both tech-savvy users and those new to ad blocking.

Regular Updates: The digital landscape is always evolving, and so are the methods used by advertisers. Rest assured, we're dedicated to providing timely updates to ensure you're always protected.

Install AdBlock for Browser today and rediscover the joy of browsing the web without distractions. Take control of your online experience and enjoy a cleaner, faster, and more private internet journey.                    

معلومات أساسية عن التمديد

الاسم Adblock for Browser Adblock for Browser
ID jcbjcocinigpbgfpnhlpagidbmlngnnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/adblock-for-browser/jcbjcocinigpbgfpnhlpagidbmlngnnn
الوصف A single accurate adblocker for all your browsers. Stops you from ads.
حجم الملف 4.17 MB
عدد التثبيتات 20,000
النسخة الحالية 1.0.0
آخر تحديث 2023-08-22
تاريخ النشر 2023-08-21
تقييم 4.25/5 مجموع تقييمات 4
المطور adblockforbrowser
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblock for Browser",
    "version": "1.0.0",
    "description": "A single accurate adblocker for all your browsers. Stops you from ads.",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "GN_rules",
                "enabled": true,
                "path": "rules\/r1.json"
            },
            {
                "id": "GB1_rules",
                "enabled": true,
                "path": "rules\/gb1.json"
            },
            {
                "id": "GB2_rules",
                "enabled": true,
                "path": "rules\/gb2.json"
            },
            {
                "id": "YT_rules",
                "enabled": true,
                "path": "rules\/yt.json"
            },
            {
                "id": "FEBA_rules",
                "enabled": true,
                "path": "rules\/feba.json"
            },
            {
                "id": "VN_rules",
                "enabled": false,
                "path": "rules\/vn.json"
            },
            {
                "id": "IN_rules",
                "enabled": false,
                "path": "rules\/in.json"
            },
            {
                "id": "ID_rules",
                "enabled": false,
                "path": "rules\/id.json"
            },
            {
                "id": "PL_rules",
                "enabled": false,
                "path": "rules\/pl.json"
            },
            {
                "id": "CN_rules",
                "enabled": false,
                "path": "rules\/cn.json"
            },
            {
                "id": "SA_rules",
                "enabled": false,
                "path": "rules\/sa.json"
            },
            {
                "id": "BG_rules",
                "enabled": false,
                "path": "rules\/bg.json"
            },
            {
                "id": "CZ_rules",
                "enabled": false,
                "path": "rules\/cz.json"
            },
            {
                "id": "KR_rules",
                "enabled": false,
                "path": "rules\/kr.json"
            },
            {
                "id": "ES_rules",
                "enabled": false,
                "path": "rules\/es.json"
            },
            {
                "id": "PT_rules",
                "enabled": false,
                "path": "rules\/pt.json"
            },
            {
                "id": "RO_rules",
                "enabled": false,
                "path": "rules\/ro.json"
            },
            {
                "id": "NO_rules",
                "enabled": false,
                "path": "rules\/no.json"
            },
            {
                "id": "IT_rules",
                "enabled": false,
                "path": "rules\/it.json"
            },
            {
                "id": "DE_rules",
                "enabled": false,
                "path": "rules\/de.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "ad-block128.png"
    },
    "action": {
        "default_icon": "ad-block128.png",
        "default_title": "Adblock for Browser",
        "default_popup": "index.html"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "videoadblock.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}