GME to the moon

Conveniently shows the price of GME on your toolbar

Hvad er GME to the moon?

GME to the moon er en Chrome-udvidelse udviklet af Maki, og dens hovedfunktion er "Conveniently shows the price of GME on your toolbar".

Udvidelsesskærmbilleder

screenshot

Download GME to the moon-udvidelses-CRX-fil

Download GME to the moon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
Officiel URL https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Beskrivelse Conveniently shows the price of GME on your toolbar
Filstørrelse 113 KB
Antal Installationer 431
Nuværende Version 1.3.1
Senest Opdateret 2023-01-18
Udgivelsesdato 2021-04-18
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Maki
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/makifoxgirl/gme-to-the-moon
Understøttede Sprog 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\/"
    ]
}