Shorts to Normal player

Redirects youtube shorts to Normal Player

Was ist Shorts to Normal player?

Shorts to Normal player ist eine Chrome-Erweiterung, die von https://nemiruku.com entwickelt wurde, und ihr Hauptmerkmal ist "Redirects youtube shorts to Normal Player".

Erweiterungsscreenshots

screenshot

Shorts to Normal player-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shorts to Normal player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

Grundlegende Informationen zur Erweiterung

Name Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
Offizielle URL https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
Beschreibung Redirects youtube shorts to Normal Player
Dateigröße 13.34 KB
Installationsanzahl 6,402
Aktuelle Version 1.0.3
Letztes Update 2023-09-29
Veröffentlichungsdatum 2022-06-04
Bewertung 4.87/5 Insgesamt 38 Bewertungen
Entwickler https://nemiruku.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nemiruku.com/soft/sty.html
Hilfeseite URL https://nemiruku.com/info/mail.html
URL der Datenschutzrichtlinien-Seite https://nemiruku.com/soft/readme.html
Unterstützte Sprachen ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}