GME to the moon
Conveniently shows the price of GME on your toolbar
Cos'è GME to the moon?
GME to the moon è un'estensione di Chrome sviluppata da Maki, e la sua funzione principale è "Conveniently shows the price of GME on your toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GME to the moon
Scarica i file di estensione GME 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
With this extension you can easily check the price of GameStop (GME) at a glance. Considering its wild volatility and unpredictable behavior, this extensions allows you to quickly monitor its status at all times.
Informazioni di Base sull'Estensione
Nome | GME to the moon |
ID | hnmnjoeblnfcgfoongbfjfedjmmodamd |
URL Ufficiale | https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd |
Descrizione | Conveniently shows the price of GME on your toolbar |
Dimensione del File | 113 KB |
Conteggio Installazioni | 431 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2023-01-18 |
Data di Pubblicazione | 2021-04-18 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Maki |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/makifoxgirl/gme-to-the-moon |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GME to the moon", "version": "1.3.1", "description": "Conveniently shows the price of GME on your toolbar", "homepage_url": "https:\/\/github.com\/makifoxgirl\/gme-to-the-moon", "icons": { "16": "rocket-0deg-16px.199027e3.png", "32": "rocket-0deg-32px.2386b068.png", "320": "rocket-0deg-320px.5d5354e1.png" }, "browser_action": { "default_icon": { "16": "rocket-0deg-16px.199027e3.png", "32": "rocket-0deg-32px.2386b068.png", "320": "rocket-0deg-320px.5d5354e1.png" } }, "background": { "scripts": [ "background.e421b30a.js" ], "persistent": true }, "permissions": [ "https:\/\/finance.yahoo.com\/quote\/GME\/" ] } |