YouTube Shorts to Standard Videos

Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.

Τι είναι το YouTube Shorts to Standard Videos;

Το YouTube Shorts to Standard Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browsernative.com, και η κύρια λειτουργία του είναι "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Shorts to Standard Videos

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

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

                        Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short.

Visit our homepage for detailed usage guide and more information.

Extension by BrowserNative. Not created by or affiliated with YouTube/Google.                    

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

Όνομα YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Επίσημο URL https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Περιγραφή Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Μέγεθος Αρχείου 7.39 KB
Αριθμός Εγκαταστάσεων 261
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-11-28
Ημερομηνία Δημοσίευσης 2023-05-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://browsernative.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browsernative.com/youtube-shorts-to-standard-videos/
Διεύθυνση URL της Σελίδας Βοήθειας https://browsernative.com/youtube-shorts-to-standard-videos/
URL της Σελίδας Πολιτικής Απορρήτου https://browsernative.com/extensions-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "YouTube Shorts to Standard Videos"
    },
    "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "YouTube Shorts to Standard Videos",
    "short_name": "Shorts to Standard",
    "version": "1.0.0",
    "minimum_chrome_version": "100",
    "permissions": [
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Switch to normal video URL"
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/"
}