Bitcoin Extension
This Extension shows the current Bitcoin exchange rate.
Bitcoin Extension क्या है?
Bitcoin Extension https://sites.google.com/view/bitcoin-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension shows the current Bitcoin exchange rate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitcoin Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to monitor the current bitcoin exchange rate. It also includes an online bitcoin calculator. Supported languages: English and Russian.
एक्सटेंशन की मूल जानकारी
नाम | Bitcoin Extension |
ID | afhfbdbjojkmnjhlcefomefflbkbhpcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitcoin-extension/afhfbdbjojkmnjhlcefomefflbkbhpcc |
विवरण | This Extension shows the current Bitcoin exchange rate. |
फ़ाइल का आकार | 225 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2019-09-05 |
रेटिंग | 4.65/5 कुल 74 रेटिंग्स |
डेवलपर | https://sites.google.com/view/bitcoin-extension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sites.google.com/view/bitcoin-extension |
सहायता पृष्ठ URL | https://sites.google.com/view/bitcoin-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.3.0", "author": "Ivana Frolova", "name": "Bitcoin Extension", "description": "This Extension shows the current Bitcoin exchange rate.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "background" ], "content_scripts": [ { "matches": [ "https:\/\/*.blockchain.com\/*" ], "js": [ "content.fc9a8e5d.js" ], "run_at": "document_start", "css": [] } ], "host_permissions": [ "https:\/\/*.blockchain.com\/*", "https:\/\/*.bitcoinaverage.com\/*" ] } |