Nekto.me улучшатель

Improve nekto.me usability.

What is Nekto.me улучшатель?

Nekto.me улучшатель is a Chrome extension developed by VedMed, and its main feature is "Improve nekto.me usability.".

Extension Screenshots

screenshot

Download Nekto.me улучшатель Extension CRX File

Download Nekto.me улучшатель 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

                        Расширение:
Делает поля для комментариев на сайт nekto.me расширяющимися при вводе большого текста.
Добавляет счётчик символов в комментарии с предупреждением, чтобы пользователь понимал, какой комментарий не получится отправить ДО его отправки.
Делает расширяющимися поля для отправки ответа на комментарии.
Делает расширяющимися поля для написания постов.                    

Extension Basic Information

Name Nekto.me улучшатель Nekto.me улучшатель
ID nfeimhloiobmhllgglchgboebobhobgc
Official URL https://chromewebstore.google.com/detail/nektome-%D1%83%D0%BB%D1%83%D1%87%D1%88%D0%B0%D1%82%D0%B5%D0%BB%D1%8C/nfeimhloiobmhllgglchgboebobhobgc
Description Improve nekto.me usability.
File Size 7.53 KB
Installation Count 81
Current Version 0.0.0.3
Last Updated 2023-01-28
Publish Date 2023-01-21
Developer VedMed
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nekto.me \u0443\u043b\u0443\u0447\u0448\u0430\u0442\u0435\u043b\u044c",
    "version": "0.0.0.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Improve nekto.me usability.",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nekto.me\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}