Push Blocker

Block push notifications from all sites

ما هو Push Blocker؟

Push Blocker هو إضافة Chrome تم تطويرها بواسطة kruglov4bkjv، والميزة الرئيسية لها هي "Block push notifications from all sites".

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

screenshot

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

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

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

                        - Tired of advertising on any site in your favorite browser?
- Push notifications don't give you peace of mind?
- You dreaded every second offers to purchase unnecessary things?

We'll help!

With Push Blocker you will forget about annoying push advertising forever and will be able to enjoy the Internet!

Install and enjoy!                    

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

الاسم Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
الوصف Block push notifications from all sites
حجم الملف 51.41 KB
عدد التثبيتات 1,731
النسخة الحالية 0.29
آخر تحديث 2019-05-31
تاريخ النشر 2019-05-31
تقييم 4.13/5 مجموع تقييمات 8
المطور kruglov4bkjv
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Blocker",
    "description": "Block push notifications from all sites",
    "version": "0.29",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "256": "\/icons\/256.png",
        "128": "\/icons\/128.png",
        "64": "\/icons\/64.png",
        "32": "\/icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "\/icons\/256.png",
            "128": "\/icons\/128.png",
            "64": "\/icons\/64.png",
            "32": "\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}