Gemini Galactic Pocket Market
This extension will display the buy and sell prices for items across the galaxy!
Was ist Gemini Galactic Pocket Market?
Gemini Galactic Pocket Market ist eine Chrome-Erweiterung, die von SirSkyeEyks entwickelt wurde, und ihr Hauptmerkmal ist "This extension will display the buy and sell prices for items across the galaxy!".
Erweiterungsscreenshots
Gemini Galactic Pocket Market-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gemini Galactic Pocket Market-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | glmenieidepophcfjpfbbniempniljnc |
Offizielle URL | https://chrome.google.com/webstore/detail/gemini-galactic-pocket-ma/glmenieidepophcfjpfbbniempniljnc |
Beschreibung | This extension will display the buy and sell prices for items across the galaxy! |
Dateigröße | 3.88 MB |
Installationsanzahl | 33 |
Aktuelle Version | 3.1 |
Letztes Update | 2021-09-01 |
Veröffentlichungsdatum | 2020-04-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | SirSkyeEyks |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/gemini-galactic-pocket-market |
Unterstützte Sprachen | 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" ] } ] } |