WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
WhatsApp Notification Changer क्या है?
WhatsApp Notification Changer rafael.galani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows the user to change the notification sound of web.whatsapp.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhatsApp Notification Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
आधिकारिक URL | https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde |
विवरण | A simple extension that allows the user to change the notification sound of web.whatsapp.com. |
फ़ाइल का आकार | 83.43 KB |
स्थापना संख्या | 460 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-07-30 |
प्रकाशन तिथि | 2020-07-30 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | rafael.galani |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Notification Changer", "version": "1.0", "description": "A simple extension that allows the user to change the notification sound of web.whatsapp.com.", "permissions": [ "unlimitedStorage", "declarativeContent", "storage", "webRequest", "webRequestBlocking", "*:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "web_accessible_resources": [ "modifier.js" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |