AutoNext

This automatic grading tool on edunext __Hovilo__

Qu'est-ce que AutoNext ?

AutoNext est une extension Chrome développée par khaangnguyeen, et sa fonction principale est "This automatic grading tool on edunext __Hovilo__".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoNext

Téléchargez les fichiers d'extension AutoNext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is a grading tool for students who study on edunext                    

Informations de Base sur l'Extension

Nom AutoNext AutoNext
ID boflhmepcnacopclkkedcgoemjglankf
URL Officiel https://chromewebstore.google.com/detail/autonext/boflhmepcnacopclkkedcgoemjglankf
Description This automatic grading tool on edunext __Hovilo__
Taille du Fichier 704 KB
Nombre d'Installations 981
Version Actuelle 3.5.1
Dernière Mise à Jour 2023-05-16
Date de Publication 2023-01-13
Évaluation 5.00/5 Total 5 Évaluations
Développeur khaangnguyeen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/khengyun/autonext
URL de la Page d'Aide https://www.facebook.com/niraitoo
URL de la Page de Politique de Confidentialité https://github.com/khengyun/autonext/blob/main/privacy-policy.txt
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "khengyun",
    "short_name": "AutoNext",
    "name": "AutoNext",
    "description": "This automatic grading tool on edunext\n__Hovilo__",
    "icons": {
        "128": "assets\/logoauto.png"
    },
    "version": "3.5.1",
    "manifest_version": 3,
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "scripting",
        "https:\/\/*.fpt.edu.vn\/*"
    ],
    "host_permissions": [
        "https:\/\/*.fpt.edu.vn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "background_script\/*.js",
                "assets\/*.png",
                "popup\/*.js",
                "popup\/*.html",
                "popup\/*.css"
            ],
            "matches": [
                "https:\/\/fu.edunext.vn\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background_script\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logoauto.png",
            "24": "assets\/logoauto.png",
            "32": "assets\/logoauto.png",
            "48": "assets\/logoauto.png",
            "128": "assets\/logoauto.png",
            "512": "assets\/logoauto.png"
        },
        "default_title": "AutoNext",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'   'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com'  'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}