GME to the moon

Conveniently shows the price of GME on your toolbar

Τι είναι το GME to the moon;

Το GME to the moon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maki, και η κύρια λειτουργία του είναι "Conveniently shows the price of GME on your toolbar".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GME to the moon

Λήψη αρχείων επέκτασης GME to the moon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
Επίσημο URL https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Περιγραφή Conveniently shows the price of GME on your toolbar
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 431
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2023-01-18
Ημερομηνία Δημοσίευσης 2021-04-18
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Maki
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/makifoxgirl/gme-to-the-moon
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}