Students test helper

Students test helper

Cos'è Students test helper?

Students test helper è un'estensione di Chrome sviluppata da karim4bibip, e la sua funzione principale è "Students test helper".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Students test helper

Scarica i file di estensione Students test helper 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

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

Informazioni di Base sull'Estensione

Nome Students test helper Students test helper
ID dbfpodedfehloekmfhmjdadipnbfhhng
URL Ufficiale https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng
Descrizione Students test helper
Dimensione del File 102 KB
Conteggio Installazioni 226
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-04-28
Data di Pubblicazione 2021-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore karim4bibip
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}