GME to the moon

Conveniently shows the price of GME on your toolbar

GME to the moon là gì?

GME to the moon là một tiện ích mở rộng Chrome được phát triển bởi Maki, và tính năng chính của nó là "Conveniently shows the price of GME on your toolbar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GME to the moon

Tải xuống các tệp mở rộng GME to the moon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GME to the moon GME to the moon
ID hnmnjoeblnfcgfoongbfjfedjmmodamd
URL Chính Thức https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd
Mô tả Conveniently shows the price of GME on your toolbar
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 431
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2021-04-18
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Maki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/makifoxgirl/gme-to-the-moon
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}