Buff Currency Converter
Easily convert currencies on buff.163.com
Buff Currency Converter क्या है?
Buff Currency Converter ahmed-sohag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily convert currencies on buff.163.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Buff Currency Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Don't you hate having to convert every price on buff.163.com? Well hate that no more, as with this solution we've solved the problem. It's VERY simple. 1. Install the extension 2. Click the Buff Currency icon in the extensions bar and choose the currency you want to convert to
एक्सटेंशन की मूल जानकारी
नाम | Buff Currency Converter |
ID | ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
विवरण | Easily convert currencies on buff.163.com |
फ़ाइल का आकार | 23.63 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.6.1 |
अंतिम अपडेट | 2023-09-21 |
प्रकाशन तिथि | 2021-03-31 |
रेटिंग | 4.20/5 कुल 15 रेटिंग्स |
डेवलपर | ahmed-sohag |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/adjust-sound-video/home |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buff Currency Converter", "description": "Easily convert currencies on buff.163.com", "version": "1.0.6.1", "permissions": [ "alarms", "storage" ], "host_permissions": [ "*:\/\/buff.163.com\/*" ], "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_title": "Settings", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/buff_163_icon_16.png", "48": "assets\/buff_163_icon_48.png", "128": "assets\/buff_163_icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/buff.163.com\/*" ], "run_at": "document_idle", "js": [ "js\/content.js" ] } ] } |