Promote YouTube videos

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

Qu'est-ce que Promote YouTube videos ?

Promote YouTube videos est une extension Chrome développée par hattifnatt4r, et sa fonction principale est "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Promote YouTube videos

Téléchargez les fichiers d'extension Promote YouTube videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
URL Officiel https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Description Promote videos in a selected playlist on YouTube. Together we can fight bots
Taille du Fichier 343 KB
Nombre d'Installations 1,000
Version Actuelle 1.04
Dernière Mise à Jour 2022-03-28
Date de Publication 2022-03-15
Évaluation 4.00/5 Total 3 Évaluations
Développeur hattifnatt4r
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hattifn4ttar.github.io/supportfreemedia/
URL de la Page d'Aide https://github.com/hattifn4ttar/youtube_promoteplaylist
Langues Prises en Charge 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"
    }
}