GME to the moon

Conveniently shows the price of GME on your toolbar

O que é GME to the moon?

GME to the moon é uma extensão do Chrome desenvolvida por Maki, e sua principal característica é "Conveniently shows the price of GME on your toolbar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GME to the moon

Baixe arquivos de extensão GME to the moon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
URL Oficial https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Descrição Conveniently shows the price of GME on your toolbar
Tamanho do Arquivo 113 KB
Contagem de Instalações 431
Versão Atual 1.3.1
Última Atualização 2023-01-18
Data de Publicação 2021-04-18
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Maki
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/makifoxgirl/gme-to-the-moon
Idiomas Suportados 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\/"
    ]
}