WhatsAdd: Tools for Whatsapp Web
Use Whatsapp Web as always with extra powerful functions and utils
WhatsAdd: Tools for Whatsapp Web क्या है?
WhatsAdd: Tools for Whatsapp Web David Maíllo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Whatsapp Web as always with extra powerful functions and utils"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhatsAdd: Tools for Whatsapp Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enjoy a better Whatsapp for Business usage. Use the original Whatsapp Web + New extra features to make it faster and better. A must-have tool for professional or casual use of Whatsapp Web from your computer. FEATURES * Custom preset messages. * Automatic Emojis while typing - Emoticons like ":)" get replaced. * Text format buttons: Bold, italic and linetrough. * Easily scan and download media contents from chat (images, video, audio). * New features are coming. ----- IMPORTANT: This application is NOT official and is not provided by Whatsapp Inc. It does NOT collect any private data and is only active on web.whatsapp.com. This application is just a basic script that inserts a new menu layer with new buttons and functionalities over the original Whatsapp Web site. Your privacy remains safe.
एक्सटेंशन की मूल जानकारी
नाम | WhatsAdd: Tools for Whatsapp Web |
ID | foganooblpjodglckabjnkgapdneimoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/whatsadd-tools-for-whatsa/foganooblpjodglckabjnkgapdneimoh |
विवरण | Use Whatsapp Web as always with extra powerful functions and utils |
फ़ाइल का आकार | 450 KB |
स्थापना संख्या | 6,815 |
वर्तमान संस्करण | 3.7 |
अंतिम अपडेट | 2023-02-01 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 3.33/5 कुल 9 रेटिंग्स |
डेवलपर | David Maíllo |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "3.7", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "19": "images\/favicon.png", "38": "images\/favicon.png", "128": "images\/favicon.png" }, "action": { "default_title": "Settings", "default_icon": { "19": "images\/favicon.png", "38": "images\/favicon.png" } }, "permissions": [ "storage", "downloads" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/*" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.9.1.min.js", "js\/app.js", "js\/cor.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "html\/options.html", "images\/favicon.png" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "use_dynamic_url": false } ], "background": { "service_worker": "background.js" }, "options_page": "html\/options.html" } |