AutoNext

This automatic grading tool on edunext __Hovilo__

AutoNextとは何ですか?

AutoNextはkhaangnguyeenによって開発されたChromeの拡張機能で、その主な機能は「This automatic grading tool on edunext __Hovilo__」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

AutoNext拡張機能のCRXファイルをダウンロード

AutoNext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a grading tool for students who study on edunext                    

拡張機能の基本情報

名前 AutoNext AutoNext
ID boflhmepcnacopclkkedcgoemjglankf
公式URL https://chromewebstore.google.com/detail/autonext/boflhmepcnacopclkkedcgoemjglankf
説明 This automatic grading tool on edunext __Hovilo__
ファイルサイズ 704 KB
インストール数 981
現在のバージョン 3.5.1
最終更新日 2023-05-16
公開日 2023-01-13
評価 5.00/5 合計 5 レビュー
開発者 khaangnguyeen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/khengyun/autonext
ヘルプページのURL https://www.facebook.com/niraitoo
プライバシーポリシーページのURL https://github.com/khengyun/autonext/blob/main/privacy-policy.txt
対応言語 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'"
    }
}