Mute Notifications
Disable all desktop notifications with one click.
Mute Notifications क्या है?
Mute Notifications Ondřej Cífka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable all desktop notifications with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mute Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.
एक्सटेंशन की मूल जानकारी
नाम | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
विवरण | Disable all desktop notifications with one click. |
फ़ाइल का आकार | 17.44 KB |
स्थापना संख्या | 5,077 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2019-12-20 |
प्रकाशन तिथि | 2019-12-20 |
रेटिंग | 4.47/5 कुल 19 रेटिंग्स |
डेवलपर | Ondřej Cífka |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/cifkao/chrome-mute-notifications |
सहायता पृष्ठ URL | https://github.com/cifkao/chrome-mute-notifications |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Notifications", "description": "Disable all desktop notifications with one click.", "version": "0.3", "icons": { "128": "logo-128.png", "48": "logo-48.png" }, "permissions": [ "contentSettings", "storage" ], "browser_action": { "default_icon": { "19": "icon-on-19.png", "38": "icon-on-38.png" } }, "background": { "scripts": [ "background.js" ] } } |