Bitsler Coin Widget

This extension will show a Crypto Currency Price Widget

Co to jest Bitsler Coin Widget?

Bitsler Coin Widget to rozszerzenie Chrome opracowane przez https://forum.bitsler.com, a jego główną funkcją jest „This extension will show a Crypto Currency Price Widget”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitsler Coin Widget

Pobierz pliki rozszerzeń Bitsler Coin Widget w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitsler Coin Widget Bitsler Coin Widget
ID lgbgmhkkcpcnanepbpjgaijejkbgbakh
Oficjalny URL https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh
Opis This extension will show a Crypto Currency Price Widget
Rozmiar pliku 33.63 KB
Liczba instalacji 19
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-07-20
Data Publikacji 2017-07-20
Deweloper https://forum.bitsler.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://forum.bitsler.com
Adres URL Strony Pomocy https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff
Adres URL Strony Polityki Prywatności https://forum.bitsler.com
Obsługiwane Języki 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
}