Alert Control

Control browser alert windows. Block by default or on specific websites.

ما هو Alert Control؟

Alert Control هو إضافة Chrome تم تطويرها بواسطة https://alertcontrol.s13.us، والميزة الرئيسية لها هي "Control browser alert windows. Block by default or on specific websites.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Alert Control

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

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

                        Stop the browser alert dialogs from taking over the tab!

Configure to block all alerts or filter by site. View blocked alerts by clicking the icon. Can now block confirm and prompt dialogs as well.

Questions? Contact me at [email protected]                    

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

الاسم Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
عنوان URL الرسمي https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
الوصف Control browser alert windows. Block by default or on specific websites.
حجم الملف 48.04 KB
عدد التثبيتات 20,000
النسخة الحالية 1.3
آخر تحديث 2018-06-20
تاريخ النشر 2018-06-20
تقييم 3.46/5 مجموع تقييمات 177
المطور https://alertcontrol.s13.us
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alert Control",
    "version": "1.3",
    "description": "Control browser alert windows. Block by default or on specific websites.",
    "manifest_version": 2,
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/chrp.js",
            "js\/bg.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/alerts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "\/img\/pageaction.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}