Students test helper

Students test helper

What is Students test helper?

Students test helper is a Chrome extension developed by karim4bibip, and its main feature is "Students test helper".

Extension Screenshots

screenshot

Download Students test helper Extension CRX File

Download Students test helper 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

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

Extension Basic Information

Name Students test helper Students test helper
ID dbfpodedfehloekmfhmjdadipnbfhhng
Official URL https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng
Description Students test helper
File Size 102 KB
Installation Count 226
Current Version 2.0.0
Last Updated 2021-04-28
Publish Date 2021-04-28
Rating 5.00/5 Total 2 Ratings
Developer karim4bibip
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}