GME to the moon

Conveniently shows the price of GME on your toolbar

GME to the moon क्या है?

GME to the moon Maki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Conveniently shows the price of GME on your toolbar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GME to the moon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}