EVE IGB Emulator

This extensions let you emulate the EVE Online IGB for trusted sites.

EVE IGB Emulator क्या है?

EVE IGB Emulator Zeta Two द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions let you emulate the EVE Online IGB for trusted sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EVE IGB Emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम EVE IGB Emulator EVE IGB Emulator
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"
    ]
}