Gemini Galactic Pocket Market

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

Cos'è Gemini Galactic Pocket Market?

Gemini Galactic Pocket Market è un'estensione di Chrome sviluppata da SirSkyeEyks, e la sua funzione principale è "This extension will display the buy and sell prices for items across the galaxy!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gemini Galactic Pocket Market

Scarica i file di estensione Gemini Galactic Pocket Market in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gemini Galactic Pocket Market Gemini Galactic Pocket Market
ID glmenieidepophcfjpfbbniempniljnc
URL Ufficiale https://chrome.google.com/webstore/detail/gemini-galactic-pocket-ma/glmenieidepophcfjpfbbniempniljnc
Descrizione This extension will display the buy and sell prices for items across the galaxy!
Dimensione del File 3.88 MB
Conteggio Installazioni 33
Versione Corrente 3.1
Ultimo Aggiornamento 2021-09-01
Data di Pubblicazione 2020-04-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SirSkyeEyks
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/gemini-galactic-pocket-market
Lingue Supportate 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"
            ]
        }
    ]
}