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