Promote YouTube videos

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

What is Promote YouTube videos?

Promote YouTube videos is a Chrome extension developed by hattifnatt4r, and its main feature is "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Extension Screenshots

screenshot

Download Promote YouTube videos Extension CRX File

Download Promote YouTube videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Official URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Description Promote videos in a selected playlist on YouTube. Together we can fight bots
File Size 343 KB
Installation Count 1,000
Current Version 1.04
Last Updated 2022-03-28
Publish Date 2022-03-15
Rating 4.00/5 Total 3 Ratings
Developer hattifnatt4r
Email [email protected]
Payment Type free
Extension Website https://hattifn4ttar.github.io/supportfreemedia/
Help Page URL https://github.com/hattifn4ttar/youtube_promoteplaylist
Supported Languages 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"
    }
}