AdBlock Manager

This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…

ما هو AdBlock Manager؟

AdBlock Manager هو إضافة Chrome تم تطويرها بواسطة banimahla5789، والميزة الرئيسية لها هي "This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…".

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

screenshot
screenshot

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

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

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

                        This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and fast                    

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

الاسم AdBlock Manager AdBlock Manager
ID pdbcfmobcbmikdhombihdglgdlkjllba
عنوان URL الرسمي https://chrome.google.com/webstore/detail/adblock-manager/pdbcfmobcbmikdhombihdglgdlkjllba
الوصف This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…
حجم الملف 386 KB
عدد التثبيتات 1,000
النسخة الحالية 0.0.3
آخر تحديث 2022-01-26
تاريخ النشر 2021-12-10
تقييم 5.00/5 مجموع تقييمات 26
المطور banimahla5789
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://justpaste.it/93rkz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Manager",
    "version": "0.0.3",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}