ZyBooks Auto
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
What is ZyBooks Auto?
ZyBooks Auto is a Chrome extension developed by Prath, and its main feature is "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".
Extension Screenshots
Download ZyBooks Auto Extension CRX File
Download ZyBooks Auto 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
Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Extension Basic Information
Name | ZyBooks Auto |
ID | bjkbhcempihbcacfghfmcmabfhehoiao |
Official URL | https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao |
Description | Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually. |
File Size | 12.04 KB |
Installation Count | 2,495 |
Current Version | 1.0 |
Last Updated | 2023-03-14 |
Publish Date | 2023-03-14 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Prath |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZyBooks Auto", "version": "1.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/learn.zybooks.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |