YoutubeShortTimeController

You can control the current time of YouTube Shorts with a mouse click.

Τι είναι το YoutubeShortTimeController;

Το YoutubeShortTimeController είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον psg0107, και η κύρια λειτουργία του είναι "You can control the current time of YouTube Shorts with a mouse click.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YoutubeShortTimeController

Λήψη αρχείων επέκτασης YoutubeShortTimeController σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.

You can click on the video playback bar at the bottom of YouTube Shorts to change the time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
Επίσημο URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
Περιγραφή You can control the current time of YouTube Shorts with a mouse click.
Μέγεθος Αρχείου 10.59 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 1.0.0.3
Τελευταία Ενημέρωση 2023-07-19
Ημερομηνία Δημοσίευσης 2023-02-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής psg0107
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoutubeShortTimeController",
    "description": "You can control the current time of YouTube Shorts with a mouse click.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "author": "SGPark",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "scripting"
    ]
}