EVE IGB Emulator
This extensions let you emulate the EVE Online IGB for trusted sites.
EVE IGB Emulator란 무엇입니까?
EVE IGB Emulator은(는) Zeta Two에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions let you emulate the EVE Online IGB for trusted sites."입니다.
확장 프로그램 스크린샷
EVE IGB Emulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LEGACY: This extension no longer has any use since the EVE Online in-game browser has been removed. There are now other, better ways to interact with websites using your EVE account. This extension remains here purely for historical preservation. This extension will let you browse sites which requires EVE Online IGB trust. By exporting the relevant headers from the IGB and entering them in this app Chrome will act as if you were browsing the site from the EVE Online in-game browser. Currently supports identifying you as a specific character. To get your character data, please visit the following link from the EVE Online IGB: http://eve.zeta-two.com/igb/ Possible future additions * Multiple character management. * Support for the EVECCP javascript object.
확장 프로그램 기본 정보
이름 | |
ID | gaikhodffabgjcceefmmdmjjbepleakn |
공식 URL | https://chrome.google.com/webstore/detail/eve-igb-emulator/gaikhodffabgjcceefmmdmjjbepleakn |
설명 | This extensions let you emulate the EVE Online IGB for trusted sites. |
파일 크기 | 67.17 KB |
설치 횟수 | 72 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2018-11-26 |
출시 날짜 | 2018-11-26 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Zeta Two |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "emulator.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "js": [ "igb.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "__MSG_extension_name__", "options_page": "options.html", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.1", "web_accessible_resources": [ "inject.js" ] } |