GME to the moon

Conveniently shows the price of GME on your toolbar

Was ist GME to the moon?

GME to the moon ist eine Chrome-Erweiterung, die von Maki entwickelt wurde, und ihr Hauptmerkmal ist "Conveniently shows the price of GME on your toolbar".

Erweiterungsscreenshots

screenshot

GME to the moon-Erweiterungs-CRX-Datei herunterladen

Laden Sie GME to the moon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
Offizielle URL https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Beschreibung Conveniently shows the price of GME on your toolbar
Dateigröße 113 KB
Installationsanzahl 431
Aktuelle Version 1.3.1
Letztes Update 2023-01-18
Veröffentlichungsdatum 2021-04-18
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Maki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/makifoxgirl/gme-to-the-moon
Unterstützte Sprachen 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\/"
    ]
}