Youtube Shorts auto next!

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

Wat is Youtube Shorts auto next!?

Youtube Shorts auto next! is een Chrome-extensie ontwikkeld door pdkhanh93, en de belangrijkste functie is "Auto playing next video when the current short is finished Show video percent progress on search bar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Shorts auto next!

Download Youtube Shorts auto next!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Officiële URL https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Beschrijving Auto playing next video when the current short is finished Show video percent progress on search bar
Bestandsgrootte 4.21 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-21
Publicatiedatum 2023-06-21
Ontwikkelaar pdkhanh93
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}