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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will display the buy and sell prices for items across the galaxy!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gemini Galactic Pocket Market एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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