JPEG Explorer: Hangar Importer

Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application

What is JPEG Explorer: Hangar Importer?

JPEG Explorer: Hangar Importer is a Chrome extension developed by Defter, and its main feature is "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application".

Extension Screenshots

screenshot

Download JPEG Explorer: Hangar Importer Extension CRX File

Download JPEG Explorer: Hangar Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Plugin to import Star Citizen hangar & buy back upgrades and standalone ships into JPEG Explorer application to be able easy search items from phone or share hangar information with your corporation members and friends                    

Extension Basic Information

Name JPEG Explorer: Hangar Importer JPEG Explorer: Hangar Importer
ID ighelcbnfbkfmgfpmiopbhmnkggpakhe
Official URL https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe
Description Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
File Size 64.4 KB
Installation Count 107
Current Version 1.1.7
Last Updated 2019-12-25
Publish Date 2019-12-25
Developer Defter
Payment Type free
Extension Website https://play.google.com/store/apps/details?id=org.defter.jpgexplore
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JPEG Explorer: Hangar Importer",
    "short_name": "Hangar Importer",
    "author": "Defter",
    "version": "1.1.7",
    "description": "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application",
    "icons": {
        "48": "icons\/ic_launcher_48.png",
        "96": "icons\/ic_launcher_96.png",
        "192": "icons\/ic_launcher_192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "hangar_parser.js",
                "hangar_importer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/buy-back-pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "buyback_parser.js",
                "buyback_cache.js",
                "buyback_importer.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/main.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/fcm.googleapis.com\/fcm\/send",
        "https:\/\/robertsspaceindustries.com\/pledge\/buyback\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}