Bitsler Coin Widget

This extension will show a Crypto Currency Price Widget

Wat is Bitsler Coin Widget?

Bitsler Coin Widget is een Chrome-extensie ontwikkeld door https://forum.bitsler.com, en de belangrijkste functie is "This extension will show a Crypto Currency Price Widget".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitsler Coin Widget

Download Bitsler Coin Widget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bitsler Coin Widget Bitsler Coin Widget
ID lgbgmhkkcpcnanepbpjgaijejkbgbakh
Officiële URL https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh
Beschrijving This extension will show a Crypto Currency Price Widget
Bestandsgrootte 33.63 KB
Aantal Installaties 19
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-07-20
Publicatiedatum 2017-07-20
Ontwikkelaar https://forum.bitsler.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://forum.bitsler.com
Help Pagina-URL https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff
URL van de Privacybeleid Pagina https://forum.bitsler.com
Ondersteunde Talen 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
}