Fastgenuity
Better and faster experience on Edgenuity
Fastgenuity là gì?
Fastgenuity là một tiện ích mở rộng Chrome được phát triển bởi saucesteals, và tính năng chính của nó là "Better and faster experience on Edgenuity".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fastgenuity
Tải xuống các tệp mở rộng Fastgenuity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Speed up your experience on Edgenuity, faster and autoplayed videos, no hidden questions, no question delay. Care to contribute? - https://github.com/saucesteals/fastgenuity
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fastgenuity |
ID | lohcmdockimmldpiioinamcimopfkkfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/fastgenuity/lohcmdockimmldpiioinamcimopfkkfk |
Mô tả | Better and faster experience on Edgenuity |
Kích Thước Tệp | 12.21 KB |
Số Lần Cài Đặt | 3,691 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2023-05-23 |
Ngày Phát Hành | 2021-02-24 |
Đánh Giá | 3.97/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | saucesteals |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/saucesteals/fastgenuity |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |