EngageAlot

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

Qu'est-ce que EngageAlot ?

EngageAlot est une extension Chrome développée par https://engagealot.com, et sa fonction principale est "The fastest way to answer Youtube comments. Powered by artifical intelligence.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EngageAlot

Téléchargez les fichiers d'extension EngageAlot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
URL Officiel https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
Description The fastest way to answer Youtube comments. Powered by artifical intelligence.
Taille du Fichier 167 KB
Nombre d'Installations 21
Version Actuelle 2022.4.2
Dernière Mise à Jour 2022-04-03
Date de Publication 2022-03-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://engagealot.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://engagealot.com
URL de la Page d'Aide https://engagealot.com/contact
URL de la Page de Politique de Confidentialité https://engagealot.com/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}