Blocker Ads

Blocker Ads - blocks all annoying ads, malware and tracking.

ما هو Blocker Ads؟

Blocker Ads هو إضافة Chrome تم تطويرها بواسطة dimaradcuk37، والميزة الرئيسية لها هي "Blocker Ads - blocks all annoying ads, malware and tracking.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Blocker Ads

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

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

                        Blocker Ads is our new extension with which you can block any ads on completely different sites.  All you need to do is install Blocker Ads.  This product is absolutely safe for you.  You don't have to worry about someone finding out about your personal information.  Everything is very confidential in Blocker Ads.  Once you install our extension, you will not suffer from many advertisements.  We will not use the resources of your device, because our product works without them.  It is also completely free for everyone.  Download now Blocker Ads and start using.                    

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

الاسم Blocker Ads Blocker Ads
ID jlhlkeonfkihdgganlgkdlklglagendl
عنوان URL الرسمي https://chromewebstore.google.com/detail/blocker-ads/jlhlkeonfkihdgganlgkdlklglagendl
الوصف Blocker Ads - blocks all annoying ads, malware and tracking.
حجم الملف 269 KB
عدد التثبيتات 40
النسخة الحالية 1.1
آخر تحديث 2021-12-20
تاريخ النشر 2021-09-09
تقييم 2.00/5 مجموع تقييمات 1
المطور dimaradcuk37
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "ind\/gaga.html"
    },
    "browser_action": {
        "default_icon": "img\/adb.png",
        "default_popup": "sty\/pupap.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sty\/js\/samakat.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "sty\/quer\/jquery-2.1.3.min.js",
                "sty\/js\/assa.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/adb.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/adsblocker.ru",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1"
}