Promote YouTube videos
Promote videos in a selected playlist on YouTube. Together we can fight bots
Hvad er Promote YouTube videos?
Promote YouTube videos er en Chrome-udvidelse udviklet af hattifnatt4r, og dens hovedfunktion er "Promote videos in a selected playlist on YouTube. Together we can fight bots".
Udvidelsesskærmbilleder
Download Promote YouTube videos-udvidelses-CRX-fil
Download Promote YouTube videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Promote YouTube videos |
ID | imhjfmnknoeepdohjdohpmggjhkjfpig |
Officiel URL | https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig |
Beskrivelse | Promote videos in a selected playlist on YouTube. Together we can fight bots |
Filstørrelse | 343 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.04 |
Senest Opdateret | 2022-03-28 |
Udgivelsesdato | 2022-03-15 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | hattifnatt4r |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://hattifn4ttar.github.io/supportfreemedia/ |
Hjælpeside-URL | https://github.com/hattifn4ttar/youtube_promoteplaylist |
Understøttede Sprog | 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" } } |