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!」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |