Bitsler Coin Widget
This extension will show a Crypto Currency Price Widget
Qu'est-ce que Bitsler Coin Widget ?
Bitsler Coin Widget est une extension Chrome développée par https://forum.bitsler.com, et sa fonction principale est "This extension will show a Crypto Currency Price Widget".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitsler Coin Widget
Téléchargez les fichiers d'extension Bitsler Coin Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | lgbgmhkkcpcnanepbpjgaijejkbgbakh |
URL Officiel | https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh |
Description | This extension will show a Crypto Currency Price Widget |
Taille du Fichier | 33.63 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-07-20 |
Date de Publication | 2017-07-20 |
Développeur | https://forum.bitsler.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://forum.bitsler.com |
URL de la Page d'Aide | https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff |
URL de la Page de Politique de Confidentialité | https://forum.bitsler.com |
Langues Prises en Charge | 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 } |