Goyral Youtube Bot

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

Hvad er Goyral Youtube Bot?

Goyral Youtube Bot er en Chrome-udvidelse udviklet af Goyral, og dens hovedfunktion er "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Goyral Youtube Bot-udvidelses-CRX-fil

Download Goyral Youtube Bot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Goyral Youtube Bot automatically comments your search video list                    

Grundlæggende oplysninger om udvidelsen

Navn Goyral Youtube Bot Goyral Youtube Bot
ID ghhlekmonbjbpaogookapbgdflaoboni
Officiel URL https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni
Beskrivelse Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Filstørrelse 358 KB
Antal Installationer 1,000
Nuværende Version 1.3
Senest Opdateret 2021-03-08
Udgivelsesdato 2021-02-14
Bedømmelse 2.07/5 Samlet 15 Bedømmelser
Udvikler Goyral
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.goyral.com/privacy-policy.html
Understøttede Sprog 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"
    }
}