Youtube Shorts auto next!

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

Co je Youtube Shorts auto next!?

Youtube Shorts auto next! je rozšíření Chrome vyvinuté pdkhanh93, a jeho hlavní funkcí je „Auto playing next video when the current short is finished Show video percent progress on search bar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Youtube Shorts auto next!

Stáhněte si soubory rozšíření Youtube Shorts auto next! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Oficiální URL https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Popis Auto playing next video when the current short is finished Show video percent progress on search bar
Velikost souboru 4.21 KB
Počet instalací 13
Aktuální Verze 1.0
Poslední Aktualizace 2023-06-21
Datum Vydání 2023-06-21
Vývojář pdkhanh93
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}