Block Chrome Notifications

Just 1 click block all your Chrome notifications (No more annoying ads).

Block Chrome Notifications क्या है?

Block Chrome Notifications https://www.w3technic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just 1 click block all your Chrome notifications (No more annoying ads)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Block Chrome Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Disable all chrome notifications with one click when you need to focus and can't afford to get distracted. 
This extension adds a button to Chrome that turns off your Chrome notifications for all web pages. When the button is clicked again, the original notification settings are restored.
No more unwanted notifications. No more annoying ADS. Install NOW!                    

एक्सटेंशन की मूल जानकारी

नाम Block Chrome Notifications Block Chrome Notifications
ID ghikdcejfdebjjhpljbebapifdpphbkc
आधिकारिक URL https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc
विवरण Just 1 click block all your Chrome notifications (No more annoying ads).
फ़ाइल का आकार 27.67 KB
स्थापना संख्या 1,325
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-08-30
प्रकाशन तिथि 2020-07-27
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://www.w3technic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.w3technic.com/p/block-chrome-notifications.html
सहायता पृष्ठ URL https://www.w3technic.com/p/block-chrome-notifications.html
गोपनीयता नीति पृष्ठ URL https://w3technic.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "theme_icons": [
            {
                "light": "icon\/16.png",
                "size": 16
            },
            {
                "light": "icon\/32.png",
                "size": 32
            },
            {
                "light": "icon\/48.png",
                "size": 48
            },
            {
                "light": "icon\/64.png",
                "size": 64
            }
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/free-chrome-extensions\/block-chrome-notifications-in-just-1-click\/",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "offline_enabled": true
}