Bitcoin Preço Hoje
Sua cotação está no precohoje.com
Wat is Bitcoin Preço Hoje?
Bitcoin Preço Hoje is een Chrome-extensie ontwikkeld door https://www.precohoje.com, en de belangrijkste functie is "Sua cotação está no precohoje.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin Preço Hoje
Download Bitcoin Preço Hoje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cotação do Bitcoin de uma forma rápida.
Basisinformatie over de Extensie
Naam | |
ID | jcdadglejjedjiopinalfkebdibhddih |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-pre%C3%A7o-hoje/jcdadglejjedjiopinalfkebdibhddih |
Beschrijving | Sua cotação está no precohoje.com |
Bestandsgrootte | 24.3 KB |
Aantal Installaties | 17 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2018-08-28 |
Publicatiedatum | 2018-08-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.precohoje.com |
Betalingswijze | free |
Extensiewebsite | https://precohoje.com |
Help Pagina-URL | https://precohoje.com/contato |
Ondersteunde Talen | 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" ] } ] } |