Promote YouTube videos

Promote videos in a selected playlist on YouTube. Together we can fight bots

O que é Promote YouTube videos?

Promote YouTube videos é uma extensão do Chrome desenvolvida por hattifnatt4r, e sua principal característica é "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Promote YouTube videos

Baixe arquivos de extensão Promote YouTube videos 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

                        The extension helps to promote videos in a selected playlist. It will open the playlist in multiple tabs and loop through videos.

If used collectively, it can help to fight internet bots and promote videos that are valuable for the community.                    

Informações Básicas da Extensão

Nome Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
URL Oficial https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Descrição Promote videos in a selected playlist on YouTube. Together we can fight bots
Tamanho do Arquivo 343 KB
Contagem de Instalações 1,000
Versão Atual 1.04
Última Atualização 2022-03-28
Data de Publicação 2022-03-15
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor hattifnatt4r
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hattifn4ttar.github.io/supportfreemedia/
URL da Página de Ajuda https://github.com/hattifn4ttar/youtube_promoteplaylist
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promote YouTube videos",
    "description": "Promote videos in a selected playlist on YouTube. Together we can fight bots",
    "version": "1.04",
    "manifest_version": 3,
    "icons": {
        "128": "\/images\/youtube128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Start playing",
        "default_popup": "popup.html"
    }
}