Advanced Java Launch

Advanced Java Launcher

What is Advanced Java Launch?

Advanced Java Launch is a Chrome extension developed by p.anthony.e, and its main feature is "Advanced Java Launcher".

Extension Screenshots

screenshot

Download Advanced Java Launch Extension CRX File

Download Advanced Java Launch 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

                        Java desktop launcher. Requires compatible web pages and native application plus Java.
The extension uses downloads API and native application API to mediate between browser and Java.                    

Extension Basic Information

Name Advanced Java Launch Advanced Java Launch
ID pgednlhekhmhfkeneedpcklcomgmgcgh
Official URL https://chromewebstore.google.com/detail/advanced-java-launch/pgednlhekhmhfkeneedpcklcomgmgcgh
Description Advanced Java Launcher
File Size 32.29 KB
Installation Count 12,116
Current Version 1.9
Last Updated 2023-04-19
Publish Date 2019-05-22
Rating 3.67/5 Total 3 Ratings
Developer p.anthony.e
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Advanced Java Launcher",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp3HUGeW69yCEXxY1w7tjd68wBKvQDnU12ljaVoMRAlRbX6hkSOlkbvbIRhIMl1G\/IDnISU3nZp5tZx\/pcld2TxGdLdWiuR3uW1lST0+CEBeKndEgFrpySxTYl4d9kv1IogvWBeOs28oxyCkQAFkpFmNrELhhwp4A2x64ah3sZC\/eIfXLjQieRYVD\/T7S2d1dWQfbnAgBkABUqXp4BL7zp1yGMyU23xWoZZSr7dv0GdtW6WuBxk2D\/2vr+sfl5my41E0+SyO8hXnz9A480kFJhx9PrUzbB72OxM9G0lh9jwNvsLu+VlqYaXhvSRT1ef10aXOF9qscanMR0KsgG\/7OOQIDAQAB",
    "short_name": "Adv Java Desktop",
    "manifest_version": 2,
    "name": "Advanced Java Launch",
    "version": "1.9",
    "background": {
        "scripts": [
            "optionsdb.js",
            "launch_chrome.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "downloads",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/cp\/*.do"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "adv_icon_16.png",
        "32": "adv_icon_32.png",
        "48": "adv_icon_48.png",
        "128": "adv_icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}