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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://engagealot.com/contact
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}