Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Τι είναι το Youtube Shorts to normal Youtube Video;

Το Youtube Shorts to normal Youtube Video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 4clem4, και η κύρια λειτουργία του είναι "Just transform Youtube Shorts link to a normal video link".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Youtube Shorts to normal Youtube Video

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

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

                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                    

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

Όνομα Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Επίσημο URL https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Περιγραφή Just transform Youtube Shorts link to a normal video link
Μέγεθος Αρχείου 11.31 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-04-10
Ημερομηνία Δημοσίευσης 2023-04-10
Προγραμματιστής 4clem4
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}