Promote YouTube videos

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

Wat is Promote YouTube videos?

Promote YouTube videos is een Chrome-extensie ontwikkeld door hattifnatt4r, en de belangrijkste functie is "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Promote YouTube videos

Download Promote YouTube videos-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

                        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.                    

Basisinformatie over de Extensie

Naam Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Officiële URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Beschrijving Promote videos in a selected playlist on YouTube. Together we can fight bots
Bestandsgrootte 343 KB
Aantal Installaties 1,000
Huidige Versie 1.04
Laatst Bijgewerkt 2022-03-28
Publicatiedatum 2022-03-15
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar hattifnatt4r
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hattifn4ttar.github.io/supportfreemedia/
Help Pagina-URL https://github.com/hattifn4ttar/youtube_promoteplaylist
Ondersteunde Talen 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"
    }
}