Bitsler Coin Widget
This extension will show a Crypto Currency Price Widget
Cos'è Bitsler Coin Widget?
Bitsler Coin Widget è un'estensione di Chrome sviluppata da https://forum.bitsler.com, e la sua funzione principale è "This extension will show a Crypto Currency Price Widget".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitsler Coin Widget
Scarica i file di estensione Bitsler Coin Widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | lgbgmhkkcpcnanepbpjgaijejkbgbakh |
URL Ufficiale | https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh |
Descrizione | This extension will show a Crypto Currency Price Widget |
Dimensione del File | 33.63 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-07-20 |
Data di Pubblicazione | 2017-07-20 |
Sviluppatore | https://forum.bitsler.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://forum.bitsler.com |
URL della Pagina di Aiuto | https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff |
URL della Pagina della Politica sulla Privacy | https://forum.bitsler.com |
Lingue Supportate | 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 } |