Portal do Bitcoin
Exibe os índices de preço do Portal do Bitcoin
What is Portal do Bitcoin?
Portal do Bitcoin is a Chrome extension developed by Portal do Bitcoin Apps, and its main feature is "Exibe os índices de preço do Portal do Bitcoin".
Extension Screenshots
Download Portal do Bitcoin Extension CRX File
Download Portal do Bitcoin 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
Esta extensão permite uma rápida visualização dos índices e cotações do Portal do Bitcoin sempre atualizados.
Extension Basic Information
Name | |
ID | inhcffcgimhaejpgaoibcmipcofdcaho |
Official URL | https://chromewebstore.google.com/detail/portal-do-bitcoin/inhcffcgimhaejpgaoibcmipcofdcaho |
Description | Exibe os índices de preço do Portal do Bitcoin |
File Size | 100 KB |
Installation Count | 110 |
Current Version | 1.2 |
Last Updated | 2021-08-28 |
Publish Date | 2018-11-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Portal do Bitcoin Apps |
[email protected] | |
Payment Type | free |
Extension Website | https://portaldobitcoin.com |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Portal do Bitcoin", "description": "Exibe os \u00edndices de pre\u00e7o do Portal do Bitcoin", "version": "1.2", "manifest_version": 2, "permissions": [ "alarms", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/logo_16.png", "32": "img\/logo_32.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } }, "icons": { "16": "img\/logo_16.png", "32": "img\/logo_32.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |