Bitcoin Hoje
Cotação do Bitcoin Hoje em tempo real e calculadora de convesão do Bitcoin para a moeda selecionada.
What is Bitcoin Hoje?
Bitcoin Hoje is a Chrome extension developed by https://1bitcoinhoje.com, and its main feature is "Cotação do Bitcoin Hoje em tempo real e calculadora de convesão do Bitcoin para a moeda selecionada.".
Extension Screenshots
Download Bitcoin Hoje Extension CRX File
Download Bitcoin 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 atualizada em tempo real. Veja o valor de 1 BTC em Real Brasileiro e faça o cálculo em qualquer moeda. Mais detalhes em http://1bitcoinhoje.com
Extension Basic Information
Name | Bitcoin Hoje |
ID | ehfafjfbmggilnpahinhdieijnedoghc |
Official URL | https://chromewebstore.google.com/detail/bitcoin-hoje/ehfafjfbmggilnpahinhdieijnedoghc |
Description | Cotação do Bitcoin Hoje em tempo real e calculadora de convesão do Bitcoin para a moeda selecionada. |
File Size | 914 KB |
Installation Count | 42 |
Current Version | 0.1 |
Last Updated | 2018-03-30 |
Publish Date | 2018-03-29 |
Developer | https://1bitcoinhoje.com |
[email protected] | |
Payment Type | free |
Extension Website | http://1bitcoinhoje.com |
Help Page URL | http://1bitcoinhoje.com |
Privacy Policy Page URL | https://simuladorinvestimento.com.br/politica-de-privacidade |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Bitcoin Hoje", "short_name": "BTC HJ", "description": "Cota\u00e7\u00e3o do Bitcoin Hoje em tempo real e calculadora de conves\u00e3o do Bitcoin para a moeda selecionada.", "version": "0.1", "author": "Bitcoin Hoje", "homepage_url": "https:\/\/1bitcoinhoje.com\/", "icons": { "32": "img\/icons\/32x32default.png", "128": "img\/icons\/128x128default.png" }, "content_scripts": [], "background": { "scripts": [ "js\/libs\/jquery-3.1.0.min.js", "js\/bg.js", "js\/DMbg.js", "js\/utils.js", "js\/localize.js", "js\/dictionaries.js" ] }, "browser_action": { "default_icon": "img\/icons\/32x32default.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/blockchain.info\/*", "https:\/\/*.bitcoinaverage.com\/*", "storage", "background" ], "web_accessible_resources": [ "notification.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |