Students test helper

Students test helper

Co to jest Students test helper?

Students test helper to rozszerzenie Chrome opracowane przez karim4bibip, a jego główną funkcją jest „Students test helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Students test helper

Pobierz pliki rozszerzeń Students test helper 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

                        Додаток для студентів НУБІПа
Він доповнює сайт ельорн відповідями                    

Podstawowe informacje o rozszerzeniu

Nazwa Students test helper Students test helper
ID dbfpodedfehloekmfhmjdadipnbfhhng
Oficjalny URL https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng
Opis Students test helper
Rozmiar pliku 102 KB
Liczba instalacji 226
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2021-04-28
Data Publikacji 2021-04-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper karim4bibip
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Students test helper",
    "description": "Students test helper",
    "version": "2.0.0",
    "permissions": [
        "https:\/\/elearn.nubip.edu.ua\/*",
        "https:\/\/stormy-refuge-88605.herokuapp.com\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearn.nubip.edu.ua\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "DBWorker.js",
                "content.js"
            ]
        }
    ]
}