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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SirSkyeEyks, και η κύρια λειτουργία του είναι "This extension will display the buy and sell prices for items across the galaxy!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gemini Galactic Pocket Market
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } ] } |