Youtube Shorts auto next!

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

Qu'est-ce que Youtube Shorts auto next! ?

Youtube Shorts auto next! est une extension Chrome développée par pdkhanh93, et sa fonction principale est "Auto playing next video when the current short is finished Show video percent progress on search bar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Shorts auto next!

Téléchargez les fichiers d'extension Youtube Shorts auto next! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL Officiel https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Description Auto playing next video when the current short is finished Show video percent progress on search bar
Taille du Fichier 4.21 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-21
Date de Publication 2023-06-21
Développeur pdkhanh93
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}