Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

Co to jest Youtube Shorts auto next!?

Youtube Shorts auto next! to rozszerzenie Chrome opracowane przez pdkhanh93, a jego główną funkcją jest „Auto playing next video when the current short is finished Show video percent progress on search bar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Shorts auto next!

Pobierz pliki rozszerzeń Youtube Shorts auto next! 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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Oficjalny URL https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Opis Auto playing next video when the current short is finished Show video percent progress on search bar
Rozmiar pliku 4.21 KB
Liczba instalacji 13
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-06-21
Data Publikacji 2023-06-21
Deweloper pdkhanh93
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}