Block Website Notification Requests
Block Website Notification Requests
Block Website Notification Requests क्या है?
Block Website Notification Requests Akshay Surve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block Website Notification Requests"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Block Website Notification Requests एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension to block annoying website notification requests
एक्सटेंशन की मूल जानकारी
नाम | Block Website Notification Requests |
ID | jpjjgdaekibbfkagoaalobjonlfplodg |
आधिकारिक URL | https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg |
विवरण | Block Website Notification Requests |
फ़ाइल का आकार | 20.2 KB |
स्थापना संख्या | 3,872 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-06-22 |
प्रकाशन तिथि | 2019-03-17 |
रेटिंग | 3.80/5 कुल 5 रेटिंग्स |
डेवलपर | Akshay Surve |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/whiteboardmonk/block-browser-notifications |
सहायता पृष्ठ URL | https://github.com/whiteboardmonk/block-browser-notifications |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_title": "Block Website Notification Requests", "default_popup": "popup.html" } } |