Promote YouTube videos
Promote videos in a selected playlist on YouTube. Together we can fight bots
Apa itu Promote YouTube videos?
Promote YouTube videos adalah ekstensi Chrome yang dikembangkan oleh hattifnatt4r, dan fitur utamanya adalah "Promote videos in a selected playlist on YouTube. Together we can fight bots".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Promote YouTube videos
Unduh file ekstensi Promote YouTube videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Promote YouTube videos |
ID | imhjfmnknoeepdohjdohpmggjhkjfpig |
URL Resmi | https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig |
Deskripsi | Promote videos in a selected playlist on YouTube. Together we can fight bots |
Ukuran File | 343 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.04 |
Terakhir Diperbarui | 2022-03-28 |
Tanggal Publikasi | 2022-03-15 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | hattifnatt4r |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://hattifn4ttar.github.io/supportfreemedia/ |
URL Halaman Bantuan | https://github.com/hattifn4ttar/youtube_promoteplaylist |
Bahasa yang Didukung | 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" } } |