JPEG Explorer: Hangar Importer

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

Co je JPEG Explorer: Hangar Importer?

JPEG Explorer: Hangar Importer je rozšíření Chrome vyvinuté Defter, a jeho hlavní funkcí je „Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JPEG Explorer: Hangar Importer

Stáhněte si soubory rozšíření JPEG Explorer: Hangar Importer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název JPEG Explorer: Hangar Importer JPEG Explorer: Hangar Importer
ID ighelcbnfbkfmgfpmiopbhmnkggpakhe
Oficiální URL https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe
Popis Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
Velikost souboru 64.4 KB
Počet instalací 107
Aktuální Verze 1.1.7
Poslední Aktualizace 2019-12-25
Datum Vydání 2019-12-25
Vývojář Defter
Typ Platby free
Webové stránky Rozšíření https://play.google.com/store/apps/details?id=org.defter.jpgexplore
Podporované Jazyky 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]"
        }
    }
}