NoPush

NoPush blocks pushes from all sites

ما هو NoPush؟

NoPush هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "NoPush blocks pushes from all sites".

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

screenshot

تحميل ملف CRX للإضافة NoPush

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

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

                        Are you tired of constantly pop-up push notifications? Your favorite sites turned into a nightmare? Constant requests from sites to the show pushes irritate and interfere with life? 

There is a way!

With NoPush now you can blocks pushes from all sites.

Install and enjoy!                    

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

الاسم NoPush NoPush
ID lhpckbimofmmlihkgccfhejhjdklcemp
عنوان URL الرسمي https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp
الوصف NoPush blocks pushes from all sites
حجم الملف 21.95 KB
عدد التثبيتات 2,823
النسخة الحالية 0.35
آخر تحديث 2019-06-28
تاريخ النشر 2019-06-26
تقييم 4.50/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoPush",
    "description": "NoPush blocks pushes from all sites",
    "version": "0.35",
    "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"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';"
}