EngageAlot

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

Cos'è EngageAlot?

EngageAlot è un'estensione di Chrome sviluppata da https://engagealot.com, e la sua funzione principale è "The fastest way to answer Youtube comments. Powered by artifical intelligence.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EngageAlot

Scarica i file di estensione EngageAlot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome EngageAlot EngageAlot
ID elnjbdfjladkghpddnmejkdpgeglbedp
URL Ufficiale https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp
Descrizione The fastest way to answer Youtube comments. Powered by artifical intelligence.
Dimensione del File 167 KB
Conteggio Installazioni 21
Versione Corrente 2022.4.2
Ultimo Aggiornamento 2022-04-03
Data di Pubblicazione 2022-03-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://engagealot.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://engagealot.com
URL della Pagina di Aiuto https://engagealot.com/contact
URL della Pagina della Politica sulla Privacy https://engagealot.com/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}