Youtube Shorts auto next!
Auto playing next video when the current short is finished Show video percent progress on search bar
Hvad er Youtube Shorts auto next!?
Youtube Shorts auto next! er en Chrome-udvidelse udviklet af pdkhanh93, og dens hovedfunktion er "Auto playing next video when the current short is finished Show video percent progress on search bar".
Udvidelsesskærmbilleder
Download Youtube Shorts auto next!-udvidelses-CRX-fil
Download Youtube Shorts auto next!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Auto playing next video when the current short is finished Show video percent progress on search bar
Grundlæggende oplysninger om udvidelsen
Navn | Youtube Shorts auto next! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
Officiel URL | https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp |
Beskrivelse | Auto playing next video when the current short is finished Show video percent progress on search bar |
Filstørrelse | 4.21 KB |
Antal Installationer | 13 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-06-21 |
Udgivelsesdato | 2023-06-21 |
Udvikler | pdkhanh93 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |