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
官方網址 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"
            ]
        }
    ]
}