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文件
下載EVE IGB Emulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |