Ace AdBlocker

Simple to use ad blocker for all websites.

ما هو Ace AdBlocker؟

Ace AdBlocker هو إضافة Chrome تم تطويرها بواسطة https://adcutblocker.com، والميزة الرئيسية لها هي "Simple to use ad blocker for all websites.".

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

screenshot

تحميل ملف CRX للإضافة Ace AdBlocker

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

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

                        🚀 Ace AdBlocker is a Chrome extension designed to provide users with a more enjoyable browsing experience by preventing ads from appearing on websites. The extension is regularly updated to ensure that its blocking rules are up-to-date and effective in blocking unwanted ads.

🎯  Ace AdBlocker uses a set of pre-defined rules to identify and block ads automatically. This makes it easy for users to install and use the extension without having to configure complicated settings.

🎉 Ace AdBlocker is a user-friendly tool that helps to make browsing the web more enjoyable by reducing the number of ads that users see.                    

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

الاسم Ace AdBlocker Ace AdBlocker
ID hkndpggkglmmjapagndfgpfhpdoimeag
عنوان URL الرسمي https://chromewebstore.google.com/detail/ace-adblocker/hkndpggkglmmjapagndfgpfhpdoimeag
الوصف Simple to use ad blocker for all websites.
حجم الملف 1.14 MB
عدد التثبيتات 1,134
النسخة الحالية 2.0.5
آخر تحديث 2024-02-25
تاريخ النشر 2023-04-17
تقييم 5.00/5 مجموع تقييمات 1
المطور https://adcutblocker.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://adcutblocker.com/privacy
اللغات المدعومة id,de,en,fr,nl,no,vi,da,es,it,pt-BR,fi,sv,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.5",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "action.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "extended.js",
                "block.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "dclrt\/r_1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "dclrt\/r_2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "dclrt\/r_3.json"
            },
            {
                "id": "0",
                "enabled": true,
                "path": "dclrt\/r_0.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "rds\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "128": "i.png"
    }
}