Goyral Youtube Bot

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

Wat is Goyral Youtube Bot?

Goyral Youtube Bot is een Chrome-extensie ontwikkeld door Goyral, en de belangrijkste functie is "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Goyral Youtube Bot

Download Goyral Youtube Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Goyral Youtube Bot automatically comments your search video list                    

Basisinformatie over de Extensie

Naam Goyral Youtube Bot Goyral Youtube Bot
ID ghhlekmonbjbpaogookapbgdflaoboni
Officiële URL https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni
Beschrijving Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Bestandsgrootte 358 KB
Aantal Installaties 1,000
Huidige Versie 1.3
Laatst Bijgewerkt 2021-03-08
Publicatiedatum 2021-02-14
Beoordeling 2.07/5 Totaal 15 Beoordelingen
Ontwikkelaar Goyral
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.goyral.com/privacy-policy.html
Ondersteunde Talen 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"
    }
}