Promote YouTube videos

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

Promote YouTube videosคืออะไร?

Promote YouTube videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hattifnatt4r และคุณลักษณะหลักของมันคือ "Promote videos in a selected playlist on YouTube. Together we can fight bots"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Promote YouTube videos

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}