Promote YouTube videos

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

Co to jest Promote YouTube videos?

Promote YouTube videos to rozszerzenie Chrome opracowane przez hattifnatt4r, a jego główną funkcją jest „Promote videos in a selected playlist on YouTube. Together we can fight bots”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Promote YouTube videos

Pobierz pliki rozszerzeń Promote YouTube videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Oficjalny URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Opis Promote videos in a selected playlist on YouTube. Together we can fight bots
Rozmiar pliku 343 KB
Liczba instalacji 1,000
Aktualna Wersja 1.04
Ostatnia Aktualizacja 2022-03-28
Data Publikacji 2022-03-15
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper hattifnatt4r
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hattifn4ttar.github.io/supportfreemedia/
Adres URL Strony Pomocy https://github.com/hattifn4ttar/youtube_promoteplaylist
Obsługiwane Języki 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"
    }
}