Edpuzzle Express
Providing the right resources for academic success.
Cos'è Edpuzzle Express?
Edpuzzle Express è un'estensione di Chrome sviluppata da oneway9873456, e la sua funzione principale è "Providing the right resources for academic success.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Edpuzzle Express
Scarica i file di estensione Edpuzzle Express in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net
Informazioni di Base sull'Estensione
Nome | Edpuzzle Express |
ID | fcclcbfkilfmhcgkmgfdijheoaejjgim |
URL Ufficiale | https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim |
Descrizione | Providing the right resources for academic success. |
Dimensione del File | 167 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.21 |
Ultimo Aggiornamento | 2022-11-10 |
Data di Pubblicazione | 2022-01-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | oneway9873456 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://studyhallhelp.net/ |
Lingue Supportate | 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\/*" ] } |