ULaval Adobe Connect HTML5

Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.

What is ULaval Adobe Connect HTML5?

ULaval Adobe Connect HTML5 is a Chrome extension developed by charlesmarceau, and its main feature is "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.".

Extension Screenshots

screenshot

Download ULaval Adobe Connect HTML5 Extension CRX File

Download ULaval Adobe Connect HTML5 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

                        No more flash plugin. No more Windows VM for Linux users. You can now *enjoy* Adobe Connect from any operating system without modifying the URL by hand.
This is an unofficial tool and it is not affiliated with the Université Laval.

Source code available on GitHub:
https://github.com/charles-marceau/ulaval-adobe-connect-html5

Special thanks to William Guimont for the url: https://github.com/willGuimont/AdobeConnectLinux                    

Extension Basic Information

Name ULaval Adobe Connect HTML5 ULaval Adobe Connect HTML5
ID idnfbhpmefhpjhipmodgoabndangiljd
Official URL https://chromewebstore.google.com/detail/ulaval-adobe-connect-html/idnfbhpmefhpjhipmodgoabndangiljd
Description Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.
File Size 52.25 KB
Installation Count 2,353
Current Version 1.0
Last Updated 2021-02-06
Publish Date 2021-02-05
Rating 1.00/5 Total 1 Ratings
Developer charlesmarceau
Email [email protected]
Payment Type free
Extension Website https://github.com/charles-marceau/ulaval-adobe-connect-html5
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ULaval Adobe Connect HTML5",
    "description": "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icons\/icon-16x16.png",
        "32": ".\/icons\/icon-32x32.png",
        "48": ".\/icons\/icon-48x48.png",
        "128": ".\/icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/redirector.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classevirtuelle.ulaval.ca\/*\/?proto=true"
            ],
            "js": [
                ".\/lib\/jquery-3.4.1.min.js",
                ".\/src\/htmlActivator.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/classevirtuelle.ulaval.ca\/*"
    ]
}