Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto EduNext", "version": "1.2.0", "icons": { "128": "icon.png" }, "description": "Automatically grade on Edunext", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/fu-edunext.fpt.edu.vn\/*", "https:\/\/edunext.fpt.edu.vn\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" } }