Youtube Shorts auto next!

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

Vad är Youtube Shorts auto next!?

Youtube Shorts auto next! är en Chrome-tillägg utvecklad av pdkhanh93, och dess huvudfunktion är "Auto playing next video when the current short is finished Show video percent progress on search bar".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube Shorts auto next!-förlängningens CRX-fil

Ladda ner Youtube Shorts auto next!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Officiell webbadress https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Beskrivning Auto playing next video when the current short is finished Show video percent progress on search bar
Filstorlek 4.21 KB
Antal Installationer 13
Aktuell Version 1.0
Senast Uppdaterad 2023-06-21
Publiceringsdatum 2023-06-21
Utvecklare pdkhanh93
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}