Goyral Youtube Bot

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

Apa itu Goyral Youtube Bot?

Goyral Youtube Bot adalah ekstensi Chrome yang dikembangkan oleh Goyral, dan fitur utamanya adalah "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Goyral Youtube Bot

Unduh file ekstensi Goyral Youtube Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Goyral Youtube Bot Goyral Youtube Bot
ID lpmelddmkgimoaokdngaicmkagcpleep
URL Resmi https://chromewebstore.google.com/detail/goyral-youtube-bot/lpmelddmkgimoaokdngaicmkagcpleep
Deskripsi Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Ukuran File 6.62 MB
Jumlah Instalasi 454
Versi Saat Ini 1.5
Terakhir Diperbarui 2023-09-29
Tanggal Publikasi 2022-09-24
Penilaian 1.00/5 Total 5 Penilaian
Pengembang Goyral
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.goyral.com/privacy-policy.html
Bahasa yang Didukung 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"
    }
}