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".
Снимки экрана расширения
Скачать файл 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 |
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\/" ] } |