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 Answer Edunext",
"version": "1.4.7",
"last_update": "24\/10\/2025",
"description": "EduNext Auto Tools l\u00e0 ti\u1ec7n \u00edch m\u1edf r\u1ed9ng Google Chrome m\u1ea1nh m\u1ebd, h\u1ed7 tr\u1ee3 sinh vi\u00ean tr\u00ean n\u1ec1n t\u1ea3ng EduNext.",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"tabs",
"<all_urls>"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/fu-edunext.fpt.edu.vn\/*",
"https:\/\/edunext.fpt.edu.vn\/*",
"https:\/\/fsc-edunext.fpt.edu.vn\/*"
],
"js": [
"content.ct.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png",
"512": "logo\/512.png"
}
},
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png",
"512": "logo\/512.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"logo\/*.png",
"scripts\/*.js"
],
"matches": [
"https:\/\/fu-edunext.fpt.edu.vn\/*",
"https:\/\/edunext.fpt.edu.vn\/*",
"https:\/\/fsc-edunext.fpt.edu.vn\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"short_name": "Edunext Premium Auto",
"author": "3do"
}