Bitsler Coin Widget

This extension will show a Crypto Currency Price Widget

What is Bitsler Coin Widget?

Bitsler Coin Widget is a Chrome extension developed by https://forum.bitsler.com, and its main feature is "This extension will show a Crypto Currency Price Widget".

Extension Screenshots

screenshot

Download Bitsler Coin Widget Extension CRX File

Download Bitsler Coin Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bitsler Coin Widget Bitsler Coin Widget
ID lgbgmhkkcpcnanepbpjgaijejkbgbakh
Official URL https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh
Description This extension will show a Crypto Currency Price Widget
File Size 33.63 KB
Installation Count 19
Current Version 1.0.1
Last Updated 2017-07-20
Publish Date 2017-07-20
Developer https://forum.bitsler.com
Email [email protected]
Payment Type free
Extension Website https://forum.bitsler.com
Help Page URL https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff
Privacy Policy Page URL https://forum.bitsler.com
Supported Languages 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
}