Pandabuy Currency Converter
Convert all currencies into a selected one.
Pandabuy Currency Converter क्या है?
Pandabuy Currency Converter Angus Paillaugue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert all currencies into a selected one."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pandabuy Currency Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!
एक्सटेंशन की मूल जानकारी
नाम | Pandabuy Currency Converter |
ID | bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
विवरण | Convert all currencies into a selected one. |
फ़ाइल का आकार | 58.11 KB |
स्थापना संख्या | 730 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2024-01-11 |
प्रकाशन तिथि | 2023-10-08 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Angus Paillaugue |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pcc.paillaugue.fr |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pandabuy Currency Converter", "description": "Convert all currencies into a selected one.", "version": "2.1.1", "update_notes": "The PCC extension is now free. Enjoy!", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png" } }, "icons": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png", "48": "icons\/48-icon.png", "128": "icons\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.pandabuy.com\/*", "*:\/\/*.yupoo.com\/*", "*:\/\/*.weidian.com\/*", "*:\/\/weidian.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.reddit.com\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "host_permissions": [ " |