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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Promote YouTube videos
قم بتنزيل ملفات الامتداد Promote YouTube videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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/ |
عنوان صفحة المساعدة | 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" } } |