EngageAlot

The fastest way to answer Youtube comments. Powered by artifical intelligence.

Что такое EngageAlot?

EngageAlot - это расширение Chrome, разработанное https://engagealot.com, и его основная функция - "The fastest way to answer Youtube comments. Powered by artifical intelligence.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения EngageAlot

Скачайте файлы расширений EngageAlot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        EngageAlot allows Youtube creators to answer comments using only keyboard shortcuts. Heart, like, and respond to comments much faster without ever touching your mouse. Set up canned responses & emojis and quickly insert them with a single shortcut.

New: Automatically generated smart responses powered by world-class artificial intelligence. 

Skyrocket your engagement and grow your channel faster!                    

Основная информация о расширении

Название EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
Официальный URL https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
Описание The fastest way to answer Youtube comments. Powered by artifical intelligence.
Размер файла 167 KB
Количество установок 21
Текущая Версия 2022.4.2
Последнее Обновление 2022-04-03
Дата публикации 2022-03-06
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://engagealot.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://engagealot.com
URL страницы помощи https://engagealot.com/contact
URL страницы политики конфиденциальности https://engagealot.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EngageAlot",
    "description": "The fastest way to answer Youtube comments. Powered by artifical intelligence.",
    "version": "2022.4.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/engagealot.com\/",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/images\/engagealot_icon_16.png",
        "32": "\/images\/engagealot_icon_32.png",
        "48": "\/images\/engagealot_icon_48.png",
        "128": "\/images\/engagealot_icon_128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/engagealot-server.com\/",
        "https:\/\/engagealot.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/engagealot.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.studio.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/content_script.js"
            ],
            "css": [
                "\/css\/youtube_comments.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/youtube_comments.css",
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/*.studio.youtube.com\/*"
            ]
        }
    ]
}