EngageAlot

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

Wat is EngageAlot?

EngageAlot is een Chrome-extensie ontwikkeld door https://engagealot.com, en de belangrijkste functie is "The fastest way to answer Youtube comments. Powered by artifical intelligence.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EngageAlot

Download EngageAlot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
Officiële URL https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
Beschrijving The fastest way to answer Youtube comments. Powered by artifical intelligence.
Bestandsgrootte 167 KB
Aantal Installaties 21
Huidige Versie 2022.4.2
Laatst Bijgewerkt 2022-04-03
Publicatiedatum 2022-03-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://engagealot.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://engagealot.com
Help Pagina-URL https://engagealot.com/contact
URL van de Privacybeleid Pagina https://engagealot.com/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}