EduNext Auto Star

Star friends on EduNext with ease

Apa itu EduNext Auto Star?

EduNext Auto Star adalah ekstensi Chrome yang dikembangkan oleh inuyashathanhcongnguyen, dan fitur utamanya adalah "Star friends on EduNext with ease".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EduNext Auto Star

Unduh file ekstensi EduNext Auto Star dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama EduNext Auto Star EduNext Auto Star
ID ndihnkpljccejlopfngigdlnfmfgpmfk
URL Resmi https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk
Deskripsi Star friends on EduNext with ease
Ukuran File 36.91 KB
Jumlah Instalasi 303
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-06
Tanggal Publikasi 2023-03-05
Penilaian 5.00/5 Total 2 Penilaian
Pengembang inuyashathanhcongnguyen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}