GME to the moon

Conveniently shows the price of GME on your toolbar

Qu'est-ce que GME to the moon ?

GME to the moon est une extension Chrome développée par Maki, et sa fonction principale est "Conveniently shows the price of GME on your toolbar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GME to the moon

Téléchargez les fichiers d'extension GME to the moon 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

                        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.                    

Informations de Base sur l'Extension

Nom GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
URL Officiel https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Description Conveniently shows the price of GME on your toolbar
Taille du Fichier 113 KB
Nombre d'Installations 431
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-01-18
Date de Publication 2021-04-18
Évaluation 5.00/5 Total 7 Évaluations
Développeur Maki
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/makifoxgirl/gme-to-the-moon
Langues Prises en Charge 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\/"
    ]
}