Gemini Galactic Pocket Market
This extension will display the buy and sell prices for items across the galaxy!
Gemini Galactic Pocket Market là gì?
Gemini Galactic Pocket Market là một tiện ích mở rộng Chrome được phát triển bởi SirSkyeEyks, và tính năng chính của nó là "This extension will display the buy and sell prices for items across the galaxy!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gemini Galactic Pocket Market
Tải xuống các tệp mở rộng Gemini Galactic Pocket Market dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glmenieidepophcfjpfbbniempniljnc |
URL Chính Thức | https://chrome.google.com/webstore/detail/gemini-galactic-pocket-ma/glmenieidepophcfjpfbbniempniljnc |
Mô tả | This extension will display the buy and sell prices for items across the galaxy! |
Kích Thước Tệp | 3.88 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2021-09-01 |
Ngày Phát Hành | 2020-04-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | SirSkyeEyks |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/gemini-galactic-pocket-market |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |