Gemini Galactic Pocket Market

This extension will display the buy and sell prices for items across the galaxy!

什么是Gemini Galactic Pocket Market?

Gemini Galactic Pocket Market是由SirSkyeEyks开发的Chrome扩展程序,该扩展的主要功能是“This extension will display the buy and sell prices for items across the galaxy!”。

扩展截图

screenshot

下载Gemini Galactic Pocket Market扩展crx文件

下载Gemini Galactic Pocket Market扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For the webgame www.geministation.com.

This extension records the items a planet sells. It updates every time a player with this extension installed visits the planet's shop.

Using this extension you can view:
-The items a planet is selling.
-The price of each item.
-The quantity left of each item.

The more people using the extension the better it'll work! (Hopefully!!!)

Created by SkyeFlyer                    

扩展基本信息

名称 Gemini Galactic Pocket Market Gemini Galactic Pocket Market
ID glmenieidepophcfjpfbbniempniljnc
官方URL https://chrome.google.com/webstore/detail/gemini-galactic-pocket-ma/glmenieidepophcfjpfbbniempniljnc
简介 This extension will display the buy and sell prices for items across the galaxy!
文件大小 3.88 MB
安装次数 33
当前版本 3.1
更新时间 2021-09-01
上架时间 2020-04-24
评分 5.00/5 共2次评分
开发者 SirSkyeEyks
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/gemini-galactic-pocket-market
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gemini Galactic Pocket Market",
    "description": "This extension will display the buy and sell prices for items across the galaxy!",
    "version": "3.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/skyes-fixations.appspot.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/skyes-fixations.appspot.com http:\/\/127.0.0.1:8080; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.geministation.com\/*\/store.php"
            ],
            "js": [
                "record.js"
            ]
        }
    ]
}