Promote YouTube videos

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

什么是Promote YouTube videos?

Promote YouTube videos是由hattifnatt4r开发的Chrome扩展程序,该扩展的主要功能是“Promote videos in a selected playlist on YouTube. Together we can fight bots”。

扩展截图

screenshot

下载Promote YouTube videos扩展crx文件

下载Promote YouTube videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
官方URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
简介 Promote videos in a selected playlist on YouTube. Together we can fight bots
文件大小 343 KB
安装次数 1,000
当前版本 1.04
更新时间 2022-03-28
上架时间 2022-03-15
评分 4.00/5 共3次评分
开发者 hattifnatt4r
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hattifn4ttar.github.io/supportfreemedia/
帮助页面URL https://github.com/hattifn4ttar/youtube_promoteplaylist
支持的语言 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"
    }
}