Goyral Youtube Bot

Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.

Goyral Youtube Botとは何ですか?

Goyral Youtube BotはGoyralによって開発されたChromeの拡張機能で、その主な機能は「Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.」です。

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

screenshot

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

Goyral Youtube Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Goyral YT Comment Bot is a powerful extension for U Tube. It automatically comments your search video list.                    

拡張機能の基本情報

名前 Goyral Youtube Bot Goyral Youtube Bot
ID lpmelddmkgimoaokdngaicmkagcpleep
公式URL https://chromewebstore.google.com/detail/goyral-youtube-bot/lpmelddmkgimoaokdngaicmkagcpleep
説明 Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
ファイルサイズ 6.62 MB
インストール数 454
現在のバージョン 1.5
最終更新日 2023-09-29
公開日 2022-09-24
評価 1.00/5 合計 5 レビュー
開発者 Goyral
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.goyral.com/privacy-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Goyral Youtube Bot"
    },
    "options_page": "pages\/option.html",
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/config.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.",
    "manifest_version": 3,
    "name": "Goyral Youtube Bot",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/goyral.com\/*"
    ],
    "version": "1.5",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}