Emat Smash - Hack til Emat

Nem hack til Emats opgaver og tabeltræning.

What is Emat Smash - Hack til Emat?

Emat Smash - Hack til Emat is a Chrome extension developed by https://ematsmash.cf, and its main feature is "Nem hack til Emats opgaver og tabeltræning.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Emat Smash - Hack til Emat Extension CRX File

Download Emat Smash - Hack til Emat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Emat Smash - Hack til Emat Emat Smash - Hack til Emat
ID kjmoeibfldchadaaejbcpocodmpphfle
Official URL https://chromewebstore.google.com/detail/emat-smash-hack-til-emat/kjmoeibfldchadaaejbcpocodmpphfle
Description Nem hack til Emats opgaver og tabeltræning.
File Size 2.31 MB
Installation Count 5,000
Current Version 1.5.6
Last Updated 2023-02-05
Publish Date 2020-06-03
Rating 2.76/5 Total 17 Ratings
Developer https://ematsmash.cf
Email [email protected]
Payment Type free
Extension Website https://ematsmash.cf
Help Page URL https://ematsmash.cf/support-server
Privacy Policy Page URL https://ematsmash.cf/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}