Bitsler Coin Widget
This extension will show a Crypto Currency Price Widget
Bitsler Coin Widget क्या है?
Bitsler Coin Widget https://forum.bitsler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will show a Crypto Currency Price Widget"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitsler Coin Widget एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Crypto currency Price widget powered by Bitlser.com for use with their users. The information produced by this widget is from market calculations with the combination of 3rd party apis.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | lgbgmhkkcpcnanepbpjgaijejkbgbakh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh |
विवरण | This extension will show a Crypto Currency Price Widget |
फ़ाइल का आकार | 33.63 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-07-20 |
प्रकाशन तिथि | 2017-07-20 |
डेवलपर | https://forum.bitsler.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://forum.bitsler.com |
सहायता पृष्ठ URL | https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff |
गोपनीयता नीति पृष्ठ URL | https://forum.bitsler.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png", "default_title": "Bitsler Coin Widget" }, "name": "Bitsler Coin Widget", "description": "This extension will show a Crypto Currency Price Widget", "homepage_url": "https:\/\/www.bitsler.com", "icons": { "16": "favicon-16x16.png", "48": "android-icon-48x48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.1", "manifest_version": 2 } |