Bitcoin Preço Hoje
Sua cotação está no precohoje.com
Qu'est-ce que Bitcoin Preço Hoje ?
Bitcoin Preço Hoje est une extension Chrome développée par https://www.precohoje.com, et sa fonction principale est "Sua cotação está no precohoje.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Preço Hoje
Téléchargez les fichiers d'extension Bitcoin Preço Hoje au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cotação do Bitcoin de uma forma rápida.
Informations de Base sur l'Extension
Nom | |
ID | jcdadglejjedjiopinalfkebdibhddih |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-pre%C3%A7o-hoje/jcdadglejjedjiopinalfkebdibhddih |
Description | Sua cotação está no precohoje.com |
Taille du Fichier | 24.3 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2018-08-28 |
Date de Publication | 2018-08-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.precohoje.com |
Type de Paiement | free |
Site Web de l'Extension | https://precohoje.com |
URL de la Page d'Aide | https://precohoje.com/contato |
Langues Prises en Charge | 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" ] } ] } |