Fastgenuity
Better and faster experience on Edgenuity
What is Fastgenuity?
Fastgenuity is a Chrome extension developed by saucesteals, and its main feature is "Better and faster experience on Edgenuity".
Extension Screenshots
Download Fastgenuity Extension CRX File
Download Fastgenuity 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
Speed up your experience on Edgenuity, faster and autoplayed videos, no hidden questions, no question delay. Care to contribute? - https://github.com/saucesteals/fastgenuity
Extension Basic Information
Name | Fastgenuity |
ID | lohcmdockimmldpiioinamcimopfkkfk |
Official URL | https://chrome.google.com/webstore/detail/fastgenuity/lohcmdockimmldpiioinamcimopfkkfk |
Description | Better and faster experience on Edgenuity |
File Size | 12.21 KB |
Installation Count | 3,691 |
Current Version | 0.2.2 |
Last Updated | 2023-05-23 |
Publish Date | 2021-02-24 |
Rating | 3.97/5 Total 34 Ratings |
Developer | saucesteals |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/saucesteals/fastgenuity |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fastgenuity", "version": "0.2.2", "manifest_version": 3, "description": "Better and faster experience on Edgenuity", "web_accessible_resources": [ { "resources": [ "src\/player.js", "src\/loader.js" ], "matches": [ "https:\/\/*.edgenuity.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.edgenuity.com\/player*" ], "js": [ "src\/inject.js" ] } ] } |