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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |