Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

ما هو Best Popup Blocker؟

Best Popup Blocker هو إضافة Chrome تم تطويرها بواسطة aitrextechnologies، والميزة الرئيسية لها هي "The Best Popup Blocker for your browser that blocks all new window requests.".

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

screenshot

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

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

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

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

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

الاسم Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
الوصف The Best Popup Blocker for your browser that blocks all new window requests.
حجم الملف 18.15 KB
عدد التثبيتات 17
النسخة الحالية 1.0.4
آخر تحديث 2021-07-26
تاريخ النشر 2021-02-17
المطور aitrextechnologies
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}