EngageAlot

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

EngageAlotとは何ですか?

EngageAlotはhttps://engagealot.comによって開発されたChromeの拡張機能で、その主な機能は「The fastest way to answer Youtube comments. Powered by artifical intelligence.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

EngageAlot拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}