Goyral Youtube Bot

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

O que é Goyral Youtube Bot?

Goyral Youtube Bot é uma extensão do Chrome desenvolvida por Goyral, e sua principal característica é "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Goyral Youtube Bot

Baixe arquivos de extensão Goyral Youtube Bot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Goyral Youtube Bot automatically comments your search video list                    

Informações Básicas da Extensão

Nome Goyral Youtube Bot Goyral Youtube Bot
ID ghhlekmonbjbpaogookapbgdflaoboni
URL Oficial https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni
Descrição Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Tamanho do Arquivo 358 KB
Contagem de Instalações 1,000
Versão Atual 1.3
Última Atualização 2021-03-08
Data de Publicação 2021-02-14
Classificação 2.07/5 Total de 15 Avaliações
Desenvolvedor Goyral
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.goyral.com/privacy-policy.html
Idiomas Suportados 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"
    }
}