Kin Price
Kin Price Monitor and other utilities around Kin
O que é Kin Price?
Kin Price é uma extensão do Chrome desenvolvida por SkyFoxx Apps, e sua principal característica é "Kin Price Monitor and other utilities around Kin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kin Price
Baixe arquivos de extensão Kin Price no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | lobahgpcojafclgplpiigflegkcnheak |
URL Oficial | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Descrição | Kin Price Monitor and other utilities around Kin |
Tamanho do Arquivo | 24.78 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-14 |
Data de Publicação | 2019-03-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | SkyFoxx Apps |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://hitwill.github.io/tipster-privacy-policy |
Idiomas Suportados | 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\/" ] } |