Bitcoin Preço Hoje
Sua cotação está no precohoje.com
What is Bitcoin Preço Hoje?
Bitcoin Preço Hoje is a Chrome extension developed by https://www.precohoje.com, and its main feature is "Sua cotação está no precohoje.com".
Extension Screenshots
Download Bitcoin Preço Hoje Extension CRX File
Download Bitcoin Preço Hoje 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
Cotação do Bitcoin de uma forma rápida.
Extension Basic Information
Name | |
ID | jcdadglejjedjiopinalfkebdibhddih |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-pre%C3%A7o-hoje/jcdadglejjedjiopinalfkebdibhddih |
Description | Sua cotação está no precohoje.com |
File Size | 24.3 KB |
Installation Count | 17 |
Current Version | 0.1.2 |
Last Updated | 2018-08-28 |
Publish Date | 2018-08-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.precohoje.com |
Payment Type | free |
Extension Website | https://precohoje.com |
Help Page URL | https://precohoje.com/contato |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Pre\u00e7o Hoje", "description": "Sua cota\u00e7\u00e3o est\u00e1 no precohoje.com", "version": "0.1.2", "background": { "page": "app.html" }, "browser_action": { "default_icon": "bitcoin.png", "default_title": "Pre\u00e7o Hoje" }, "icons": { "128": "bitcoin.png" }, "permissions": [ "http:\/\/precohoje.com\/", "https:\/\/precohoje.com\/" ], "omnibox": { "keyword": "bitcoinhoje" }, "content_scripts": [ { "matches": [ "http:\/\/precohoje.com\/", "https:\/\/precohoje.com\/" ], "js": [ "has_extension.js" ] } ] } |