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
官方網址 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"
    }
}