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.6",
"description": "Automatically grade on Edunext",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/fu-edunext.fpt.edu.vn\/*",
"https:\/\/edunext.fpt.edu.vn\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
}
}