Emat Smash - Hack til Emat
Nem hack til Emats opgaver og tabeltræning.
¿Qué es Emat Smash - Hack til Emat?
Emat Smash - Hack til Emat es una extensión de Chrome desarrollada por https://ematsmash.cf, y su función principal es "Nem hack til Emats opgaver og tabeltræning.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Emat Smash - Hack til Emat
Descarga archivos de extensión Emat Smash - Hack til Emat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Emat Smash er til dig, som ikke vil bruge tid på Emat lektier. Hacken kan klare tabeltræning hurtigt uden ban, så du kan komme på top-10. Hvis din lærer giver dig mange lektier, så kan du komme meget hurtigere gennem dem, når du bruger Emat Smash. Hvis du ønsker at kontakte os, så har vi alle oplysninger på vores hjemmeside: https://ematsmash.cf/ Du kan finde vores Discord server her: https://ematsmash.cf/discord/
Información Básica de la Extensión
Nombre | Emat Smash - Hack til Emat |
ID | kjmoeibfldchadaaejbcpocodmpphfle |
URL Oficial | https://chromewebstore.google.com/detail/emat-smash-hack-til-emat/kjmoeibfldchadaaejbcpocodmpphfle |
Descripción | Nem hack til Emats opgaver og tabeltræning. |
Tamaño del Archivo | 2.31 MB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 1.5.6 |
Última Actualización | 2023-02-05 |
Fecha de Publicación | 2020-06-03 |
Calificación | 2.76/5 Total de 17 Calificaciones |
Desarrollador | https://ematsmash.cf |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ematsmash.cf |
URL de la Página de Ayuda | https://ematsmash.cf/support-server |
URL de la Página de Política de Privacidad | https://ematsmash.cf/privacy |
Idiomas Soportados | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "92", "name": "Emat Smash - Hack til Emat", "description": "Nem hack til Emats opgaver og tabeltr\u00e6ning.", "version": "1.5.6", "icons": { "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "permissions": [ "tabs", "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/*.ematsmash.cf\/*", "*:\/\/*.emat.dk\/*", "*:\/\/*.emat1.dk\/*", "*:\/\/*.emat2.dk\/*", "*:\/\/*.emat3.dk\/*", "*:\/\/*.emat4.dk\/*", "*:\/\/*.emat5.dk\/*", "*:\/\/*.contera.dk\/*", "*:\/\/*.grammatip.com\/*" ], "action": { "default_icon": "icon48.png", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "\/js\/math.js", "\/js\/algebra.js", "\/js\/sendOpgave.js", "\/js\/opgaveSolver.js", "\/js\/tabelSolver.js", "\/js\/tabelOffline.js", "\/js\/dystSolver.js", "\/css\/alert.css" ], "matches": [ "*:\/\/*.emat.dk\/*", "*:\/\/*.emat1.dk\/*", "*:\/\/*.emat2.dk\/*", "*:\/\/*.emat3.dk\/*", "*:\/\/*.emat4.dk\/*", "*:\/\/*.emat5.dk\/*", "*:\/\/*.contera.dk\/*", "https:\/\/*.ematsmash.cf\/*" ], "use_dynamic_url": true }, { "resources": [ "\/js\/sendSvar.js", "\/js\/sendFejl.js" ], "matches": [ "*:\/\/*.grammatip.com\/*" ] } ] } |