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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Goyral และคุณลักษณะหลักของมันคือ "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goyral Youtube Bot

ดาวน์โหลดไฟล์ส่วนขยาย Goyral Youtube Bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Goyral Youtube Bot automatically comments your search video list                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Goyral Youtube Bot Goyral Youtube Bot
ID ghhlekmonbjbpaogookapbgdflaoboni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni
คำอธิบาย Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
ขนาดไฟล์ 358 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-03-08
วันที่เผยแพร่ 2021-02-14
คะแนน 2.07/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Goyral
อีเมล [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": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/core.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_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"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/core.js",
                "js\/parser.js",
                "js\/utils.js",
                "js\/auto.js",
                "js\/comment.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": 2,
    "name": "Goyral Youtube Bot",
    "permissions": [
        "storage",
        "https:\/\/fonts.googleapis.com\/",
        "*:\/\/goyral.com\/*"
    ],
    "version": "1.3",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}