Youtube Shorts auto next!
Auto playing next video when the current short is finished Show video percent progress on search bar
Τι είναι το Youtube Shorts auto next!;
Το Youtube Shorts auto next! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pdkhanh93, και η κύρια λειτουργία του είναι "Auto playing next video when the current short is finished Show video percent progress on search bar".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Shorts auto next!
Λήψη αρχείων επέκτασης Youtube Shorts auto next! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Auto playing next video when the current short is finished Show video percent progress on search bar
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube Shorts auto next! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp |
Περιγραφή | Auto playing next video when the current short is finished Show video percent progress on search bar |
Μέγεθος Αρχείου | 4.21 KB |
Αριθμός Εγκαταστάσεων | 13 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-06-21 |
Ημερομηνία Δημοσίευσης | 2023-06-21 |
Προγραμματιστής | pdkhanh93 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |