Promote YouTube videos

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

Was ist Promote YouTube videos?

Promote YouTube videos ist eine Chrome-Erweiterung, die von hattifnatt4r entwickelt wurde, und ihr Hauptmerkmal ist "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Erweiterungsscreenshots

screenshot

Promote YouTube videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Promote YouTube videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Offizielle URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Beschreibung Promote videos in a selected playlist on YouTube. Together we can fight bots
Dateigröße 343 KB
Installationsanzahl 1,000
Aktuelle Version 1.04
Letztes Update 2022-03-28
Veröffentlichungsdatum 2022-03-15
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler hattifnatt4r
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hattifn4ttar.github.io/supportfreemedia/
Hilfeseite URL https://github.com/hattifn4ttar/youtube_promoteplaylist
Unterstützte Sprachen 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"
    }
}