ULaval Adobe Connect HTML5
Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.
Wat is ULaval Adobe Connect HTML5?
ULaval Adobe Connect HTML5 is een Chrome-extensie ontwikkeld door charlesmarceau, en de belangrijkste functie is "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.".
Extensie Screenshots
Download het CRX-bestand van de extensie ULaval Adobe Connect HTML5
Download ULaval Adobe Connect HTML5-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ULaval Adobe Connect HTML5 |
ID | idnfbhpmefhpjhipmodgoabndangiljd |
Officiële URL | https://chromewebstore.google.com/detail/ulaval-adobe-connect-html/idnfbhpmefhpjhipmodgoabndangiljd |
Beschrijving | Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course. |
Bestandsgrootte | 52.25 KB |
Aantal Installaties | 2,353 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-06 |
Publicatiedatum | 2021-02-05 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | charlesmarceau |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/charles-marceau/ulaval-adobe-connect-html5 |
Ondersteunde Talen | 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\/*" ] } |