WhatsApp Web - Background Changer
Change the chat background on the WhatsApp Web Interface.
WhatsApp Web - Background Changer क्या है?
WhatsApp Web - Background Changer http://rastercrow.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the chat background on the WhatsApp Web Interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhatsApp Web - Background Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NEW UPDATE 1.2 : Added custom default images. WhatsApp Web - Background Changer lets you change the current chat background to a custom one. You simply need to add an URL to the background image you want and it's done! PRIVACY The extension doesn't save any data from the user, Chrome or WhatsApp Web. It also only runs when there is a tab with WhatsApp Web active. LEGAL WhatsApp™ is a trademark of WhatsApp Inc. This is an independent project developed by RasterCrow and has no relationship to WhatsApp™ or WhatsApp Inc. Source Code available here : github.com/RasterCrow/WhatsappWeb-BackgroundChanger
एक्सटेंशन की मूल जानकारी
नाम | |
ID | inhinhfkmafbnibcooclidbjhagfoaoj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj |
विवरण | Change the chat background on the WhatsApp Web Interface. |
फ़ाइल का आकार | 54.84 KB |
स्थापना संख्या | 989 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-07-09 |
प्रकाशन तिथि | 2020-10-18 |
रेटिंग | 2.71/5 कुल 7 रेटिंग्स |
डेवलपर | http://rastercrow.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
सहायता पृष्ठ URL | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
समर्थित भाषाएँ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "en", "version": "1.4", "description": "__MSG_appDesc__", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "libraries\/jquery.js", "libraries\/arrive.js", "setBackground.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |