Promote YouTube videos

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

¿Qué es Promote YouTube videos?

Promote YouTube videos es una extensión de Chrome desarrollada por hattifnatt4r, y su función principal es "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Promote YouTube videos

Descarga archivos de extensión Promote YouTube videos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
URL Oficial https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Descripción Promote videos in a selected playlist on YouTube. Together we can fight bots
Tamaño del Archivo 343 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.04
Última Actualización 2022-03-28
Fecha de Publicación 2022-03-15
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador hattifnatt4r
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hattifn4ttar.github.io/supportfreemedia/
URL de la Página de Ayuda https://github.com/hattifn4ttar/youtube_promoteplaylist
Idiomas Soportados 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"
    }
}