Block Notifications

Blocks annoying notification prompt appearing on certain websites.

ما هو Block Notifications؟

Block Notifications هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Blocks annoying notification prompt appearing on certain websites.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Block Notifications

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

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

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

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

الاسم Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
الوصف Blocks annoying notification prompt appearing on certain websites.
حجم الملف 27.94 KB
عدد التثبيتات 4,468
النسخة الحالية 0.1
آخر تحديث 2021-01-20
تاريخ النشر 2016-12-15
تقييم 3.40/5 مجموع تقييمات 20
المطور BrowserNative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/block-notifications-chrome/
عنوان صفحة المساعدة https://browsernative.com/block-notifications-chrome/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}