AdBlock Unicorn

The cutest Ad blocker, blocks ads from more than 50'000 sources.

ما هو AdBlock Unicorn؟

AdBlock Unicorn هو إضافة Chrome تم تطويرها بواسطة AdBlock Unicorn، والميزة الرئيسية لها هي "The cutest Ad blocker, blocks ads from more than 50'000 sources.".

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

screenshot

تحميل ملف CRX للإضافة AdBlock Unicorn

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

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

                        Our technology blocks ads before they're displayed by blocking the requests.
In case something goes through we also have failsafe JS and CSS to remove ads

You may disable AdBlock Unicorn at any time by using the toggle button after clicking on the icon.

AdBlock Unicorn checks for custom script in our server to make sure we add all the latest critical ad blockings that cannot wait until the next Chrome store update which sometimes take multiple days.

Please visit our website and send us your feedback and suggestions on how to make our product better and cuter !

FAQ :
Q : Do you block video ads on Youtube and Facebook ?
A : Not at the moment, we are working on it                    

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

الاسم AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
عنوان URL الرسمي https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
الوصف The cutest Ad blocker, blocks ads from more than 50'000 sources.
حجم الملف 391 KB
عدد التثبيتات 818
النسخة الحالية 2.0.2.0
آخر تحديث 2020-11-17
تاريخ النشر 2020-10-13
تقييم 3.38/5 مجموع تقييمات 8
المطور AdBlock Unicorn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://adblock-unicorn.com/
عنوان صفحة سياسة الخصوصية https://www.adblock-unicorn.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Unicorn",
    "version": "2.0.2.0",
    "description": "The cutest Ad blocker, blocks ads from more than 50'000 sources.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/adblock-unicorn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "validation.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}