EduNext Auto Star

Star friends on EduNext with ease

What is EduNext Auto Star?

EduNext Auto Star is a Chrome extension developed by inuyashathanhcongnguyen, and its main feature is "Star friends on EduNext with ease".

Extension Screenshots

screenshot

Download EduNext Auto Star Extension CRX File

Download EduNext Auto Star 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

                        This extension automates the group grading process on EduNext.
With only the click of a button, it will automatically grade all groupmates with a specific number of stars
User can also freely customize the default number of stars which will be saved across browser sessions                    

Extension Basic Information

Name EduNext Auto Star EduNext Auto Star
ID ndihnkpljccejlopfngigdlnfmfgpmfk
Official URL https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk
Description Star friends on EduNext with ease
File Size 36.91 KB
Installation Count 303
Current Version 1.0
Last Updated 2023-03-06
Publish Date 2023-03-05
Rating 5.00/5 Total 2 Ratings
Developer inuyashathanhcongnguyen
Email [email protected]
Payment Type free
Supported Languages en
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\/*"
    ]
}