Fastgenuity
Better and faster experience on Edgenuity
什么是Fastgenuity?
Fastgenuity是由saucesteals开发的Chrome扩展程序,该扩展的主要功能是“Better and faster experience on Edgenuity”。
扩展截图
下载Fastgenuity扩展crx文件
下载Fastgenuity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Speed up your experience on Edgenuity, faster and autoplayed videos, no hidden questions, no question delay. Care to contribute? - https://github.com/saucesteals/fastgenuity
扩展基本信息
名称 | Fastgenuity |
ID | lohcmdockimmldpiioinamcimopfkkfk |
官方URL | https://chrome.google.com/webstore/detail/fastgenuity/lohcmdockimmldpiioinamcimopfkkfk |
简介 | Better and faster experience on Edgenuity |
文件大小 | 12.21 KB |
安装次数 | 3,691 |
当前版本 | 0.2.2 |
更新时间 | 2023-05-23 |
上架时间 | 2021-02-24 |
评分 | 3.97/5 共34次评分 |
开发者 | saucesteals |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/saucesteals/fastgenuity |
支持的语言 | 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" ] } ] } |