DogeCoin Tracker 2021 - To the Moon
DogeCoin Price Tracker in Real Time
Cos'è DogeCoin Tracker 2021 - To the Moon?
DogeCoin Tracker 2021 - To the Moon è un'estensione di Chrome sviluppata da AnimeDB, e la sua funzione principale è "DogeCoin Price Tracker in Real Time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DogeCoin Tracker 2021 - To the Moon
Scarica i file di estensione DogeCoin Tracker 2021 - To the Moon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SO MUCH WOW #TOTHEMOON This chrome extension was built to easily allow you to monitor cryptocurrency coin and asset prices without leaving your current browser webpage.
Informazioni di Base sull'Estensione
Nome | DogeCoin Tracker 2021 - To the Moon |
ID | bjcceahaghmiiidcelhfgkmenojbnpdd |
URL Ufficiale | https://chromewebstore.google.com/detail/dogecoin-tracker-2021-to/bjcceahaghmiiidcelhfgkmenojbnpdd |
Descrizione | DogeCoin Price Tracker in Real Time |
Dimensione del File | 170 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 1.3.5 |
Ultimo Aggiornamento | 2022-10-02 |
Data di Pubblicazione | 2021-02-27 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | AnimeDB |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://animedb.org/privacidad |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DogeCoin Tracker 2021 - To the Moon", "version": "1.3.5", "manifest_version": 2, "offline_enabled": false, "description": "DogeCoin Price Tracker in Real Time", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "persistent": true, "scripts": [ "contenido\/js\/background.js" ] }, "browser_action": { "default_title": "DogeCoin Tracker", "default_icon": "icons\/icon48.png", "default_popup": "contenido\/conectarse.html" }, "web_accessible_resources": [ "contenido\/*" ] } |