GME to the moon

Conveniently shows the price of GME on your toolbar

¿Qué es GME to the moon?

GME to the moon es una extensión de Chrome desarrollada por Maki, y su función principal es "Conveniently shows the price of GME on your toolbar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GME to the moon

Descarga archivos de extensión GME to the moon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
URL Oficial https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Descripción Conveniently shows the price of GME on your toolbar
Tamaño del Archivo 113 KB
Cantidad de Instalaciones 431
Versión Actual 1.3.1
Última Actualización 2023-01-18
Fecha de Publicación 2021-04-18
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Maki
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/makifoxgirl/gme-to-the-moon
Idiomas Soportados 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\/"
    ]
}