Edpuzzle Express
Providing the right resources for academic success.
What is Edpuzzle Express?
Edpuzzle Express is a Chrome extension developed by oneway9873456, and its main feature is "Providing the right resources for academic success.".
Extension Screenshots
Download Edpuzzle Express Extension CRX File
Download Edpuzzle Express 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
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net
Extension Basic Information
Name | Edpuzzle Express |
ID | fcclcbfkilfmhcgkmgfdijheoaejjgim |
Official URL | https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim |
Description | Providing the right resources for academic success. |
File Size | 167 KB |
Installation Count | 1,000 |
Current Version | 0.21 |
Last Updated | 2022-11-10 |
Publish Date | 2022-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | oneway9873456 |
[email protected] | |
Payment Type | free |
Extension Website | https://studyhallhelp.net/ |
Supported Languages | 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\/*" ] } |