Kin Price

Kin Price Monitor and other utilities around Kin

What is Kin Price?

Kin Price is a Chrome extension developed by SkyFoxx Apps, and its main feature is "Kin Price Monitor and other utilities around Kin".

Extension Screenshots

screenshot

Download Kin Price Extension CRX File

Download Kin Price 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 Google Chrome extension that shows the price of Kin in USD and other currencies.


It will notify you if the price goes higher or lower than a defined price (or by default the last higher/lower price)                    

Extension Basic Information

Name Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
Official URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Description Kin Price Monitor and other utilities around Kin
File Size 24.78 KB
Installation Count 23
Current Version 1.0
Last Updated 2019-03-14
Publish Date 2019-03-14
Rating 5.00/5 Total 1 Ratings
Developer SkyFoxx Apps
Email [email protected]
Payment Type free
Privacy Policy Page URL https://hitwill.github.io/tipster-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kin Price",
    "description": "Kin Price Monitor and other utilities around Kin",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/widgets.coingecko.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "hitwill",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/",
        "https:\/\/api.coinmarketcap.com\/",
        "https:\/\/widgets.coingecko.com\/coingecko-coin-price-chart-widget.js",
        "https:\/\/www.ecb.europa.eu\/"
    ]
}