Edpuzzle Express
Providing the right resources for academic success.
Hvad er Edpuzzle Express?
Edpuzzle Express er en Chrome-udvidelse udviklet af oneway9873456, og dens hovedfunktion er "Providing the right resources for academic success.".
Udvidelsesskærmbilleder
Download Edpuzzle Express-udvidelses-CRX-fil
Download Edpuzzle Express-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net
Grundlæggende oplysninger om udvidelsen
Navn | Edpuzzle Express |
ID | fcclcbfkilfmhcgkmgfdijheoaejjgim |
Officiel URL | https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim |
Beskrivelse | Providing the right resources for academic success. |
Filstørrelse | 167 KB |
Antal Installationer | 1,000 |
Nuværende Version | 0.21 |
Senest Opdateret | 2022-11-10 |
Udgivelsesdato | 2022-01-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | oneway9873456 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://studyhallhelp.net/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edpuzzle Express", "description": "Providing the right resources for academic success.", "manifest_version": 3, "version": "0.21", "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "main.html" }, "content_scripts": [ { "matches": [ "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*" ], "all_frames": true, "js": [ "js\/main.js" ] } ], "permissions": [ "webRequest", "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*", "cookies" ], "host_permissions": [ "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*" ] } |