Emat Smash - Hack til Emat

Nem hack til Emats opgaver og tabeltræning.

Co to jest Emat Smash - Hack til Emat?

Emat Smash - Hack til Emat to rozszerzenie Chrome opracowane przez https://ematsmash.cf, a jego główną funkcją jest „Nem hack til Emats opgaver og tabeltræning.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Emat Smash - Hack til Emat

Pobierz pliki rozszerzeń Emat Smash - Hack til Emat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Emat Smash - Hack til Emat Emat Smash - Hack til Emat
ID kjmoeibfldchadaaejbcpocodmpphfle
Oficjalny URL https://chromewebstore.google.com/detail/emat-smash-hack-til-emat/kjmoeibfldchadaaejbcpocodmpphfle
Opis Nem hack til Emats opgaver og tabeltræning.
Rozmiar pliku 2.31 MB
Liczba instalacji 5,000
Aktualna Wersja 1.5.6
Ostatnia Aktualizacja 2023-02-05
Data Publikacji 2020-06-03
Ocena 2.76/5 Łącznie 17 Oceny
Deweloper https://ematsmash.cf
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ematsmash.cf
Adres URL Strony Pomocy https://ematsmash.cf/support-server
Adres URL Strony Polityki Prywatności https://ematsmash.cf/privacy
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}