Promote YouTube videos

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

Promote YouTube videos là gì?

Promote YouTube videos là một tiện ích mở rộng Chrome được phát triển bởi hattifnatt4r, và tính năng chính của nó là "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Promote YouTube videos

Tải xuống các tệp mở rộng Promote YouTube videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
URL Chính Thức https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Mô tả Promote videos in a selected playlist on YouTube. Together we can fight bots
Kích Thước Tệp 343 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.04
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-15
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hattifnatt4r
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hattifn4ttar.github.io/supportfreemedia/
URL Trang Trợ Giúp https://github.com/hattifn4ttar/youtube_promoteplaylist
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}