Block Website Notification Requests

Block Website Notification Requests

ما هو Block Website Notification Requests؟

Block Website Notification Requests هو إضافة Chrome تم تطويرها بواسطة Akshay Surve، والميزة الرئيسية لها هي "Block Website Notification Requests".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Block Website Notification Requests

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

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

                        An extension to block annoying website notification requests                    

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

الاسم Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
عنوان URL الرسمي https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
الوصف Block Website Notification Requests
حجم الملف 20.2 KB
عدد التثبيتات 3,872
النسخة الحالية 1.0.3
آخر تحديث 2022-06-22
تاريخ النشر 2019-03-17
تقييم 3.80/5 مجموع تقييمات 5
المطور Akshay Surve
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/whiteboardmonk/block-browser-notifications
عنوان صفحة المساعدة https://github.com/whiteboardmonk/block-browser-notifications
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Block Website Notification Requests",
        "default_popup": "popup.html"
    }
}