UchiHelper

Автоматическое выполнение заданий на сайте uchi.ru

What is UchiHelper?

UchiHelper is a Chrome extension developed by https://dz-helper.ru, and its main feature is "Автоматическое выполнение заданий на сайте uchi.ru".

Extension Screenshots

screenshot
screenshot
screenshot

Download UchiHelper Extension CRX File

Download UchiHelper 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

                        Чтобы воспользоваться им, следуйте следующей инструкции:
• Установите расширение.
• Перейдите на сайт с заданием.
• Войдите в свой аккаунт.
• Выберете любую нужную вам карточку и откройте её.
• После этого начнётся автоматическое выполнение вашего задания.

Подробную инструкцию вы можете найти здесь: vk.com/@dzhelper1-uchiruplus                    

Extension Basic Information

Name UchiHelper UchiHelper
ID fpdmlanpbgokpkcmkojldkjlajcnajko
Official URL https://chromewebstore.google.com/detail/uchihelper/fpdmlanpbgokpkcmkojldkjlajcnajko
Description Автоматическое выполнение заданий на сайте uchi.ru
File Size 1.04 MB
Installation Count 14,325
Current Version 2.4
Last Updated 2022-11-17
Publish Date 2020-03-22
Rating 3.76/5 Total 29 Ratings
Developer https://dz-helper.ru
Email [email protected]
Payment Type free
Extension Website https://dz-helper.ru
Help Page URL https://vk.com/dzhelper1
Privacy Policy Page URL https://dz-helper.ru/privacy.html
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UchiHelper",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 uchi.ru",
    "version": "2.4",
    "browser_action": {
        "default_icon": "images\/48x48.png",
        "default_title": "\u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u043c \u0437\u0430\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 uchi.ru"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/uchi.ru\/*"
            ],
            "css": [
                "css\/popup.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/uchi.ru\/*"
            ],
            "css": [
                "css\/sweet-alert.css"
            ],
            "js": [
                "js\/sweet-alert.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/refresh.png",
        "images\/vk.png",
        "images\/dz.png",
        "images\/dzdark.png",
        "images\/bg.png",
        "images\/bgdark.png",
        "images\/dzcoin.png",
        "images\/loader.gif",
        "html\/popup.html",
        "html\/ex.html"
    ],
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "permissions": [
        "https:\/\/uchi.ru\/*",
        "https:\/\/dz-helper.ru\/*"
    ]
}