Goyral Youtube Bot

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

Goyral Youtube Bot là gì?

Goyral Youtube Bot là một tiện ích mở rộng Chrome được phát triển bởi Goyral, và tính năng chính của nó là "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goyral Youtube Bot

Tải xuống các tệp mở rộng Goyral Youtube Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Goyral Youtube Bot automatically comments your search video list                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goyral Youtube Bot Goyral Youtube Bot
ID ghhlekmonbjbpaogookapbgdflaoboni
URL Chính Thức https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni
Mô tả Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-08
Ngày Phát Hành 2021-02-14
Đánh Giá 2.07/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Goyral
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.goyral.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}