AutoNext
This automatic grading tool on edunext __Hovilo__
Cos'è AutoNext?
AutoNext è un'estensione di Chrome sviluppata da khaangnguyeen, e la sua funzione principale è "This automatic grading tool on edunext __Hovilo__".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoNext
Scarica i file di estensione AutoNext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a grading tool for students who study on edunext
Informazioni di Base sull'Estensione
Nome | AutoNext |
ID | boflhmepcnacopclkkedcgoemjglankf |
URL Ufficiale | https://chromewebstore.google.com/detail/autonext/boflhmepcnacopclkkedcgoemjglankf |
Descrizione | This automatic grading tool on edunext __Hovilo__ |
Dimensione del File | 704 KB |
Conteggio Installazioni | 981 |
Versione Corrente | 3.5.1 |
Ultimo Aggiornamento | 2023-05-16 |
Data di Pubblicazione | 2023-01-13 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | khaangnguyeen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/khengyun/autonext |
URL della Pagina di Aiuto | https://www.facebook.com/niraitoo |
URL della Pagina della Politica sulla Privacy | https://github.com/khengyun/autonext/blob/main/privacy-policy.txt |
Lingue Supportate | 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'" } } |