EduNext Auto Star

EduNext Auto Star

Star friends on EduNext with ease

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EduNext Auto Star",
  "description": "Star friends on EduNext with ease",
  "version": "1.0",
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "images/logo.png"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://fu.edunext.vn/*"
  ]
}