Emat Smash - Hack til Emat

Nem hack til Emats opgaver og tabeltræning.

Cos'è Emat Smash - Hack til Emat?

Emat Smash - Hack til Emat è un'estensione di Chrome sviluppata da https://ematsmash.cf, e la sua funzione principale è "Nem hack til Emats opgaver og tabeltræning.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Emat Smash - Hack til Emat

Scarica i file di estensione Emat Smash - Hack til Emat 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

                        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/                    

Informazioni di Base sull'Estensione

Nome Emat Smash - Hack til Emat Emat Smash - Hack til Emat
ID kjmoeibfldchadaaejbcpocodmpphfle
URL Ufficiale https://chromewebstore.google.com/detail/emat-smash-hack-til-emat/kjmoeibfldchadaaejbcpocodmpphfle
Descrizione Nem hack til Emats opgaver og tabeltræning.
Dimensione del File 2.31 MB
Conteggio Installazioni 5,000
Versione Corrente 1.5.6
Ultimo Aggiornamento 2023-02-05
Data di Pubblicazione 2020-06-03
Valutazione 2.76/5 Totale 17 Valutazioni
Sviluppatore https://ematsmash.cf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ematsmash.cf
URL della Pagina di Aiuto https://ematsmash.cf/support-server
URL della Pagina della Politica sulla Privacy https://ematsmash.cf/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}