Anti YT Shorts

Redirects you to the original YouTube video player!

Was ist Anti YT Shorts?

Anti YT Shorts ist eine Chrome-Erweiterung, die von Happy Fone entwickelt wurde, und ihr Hauptmerkmal ist "Redirects you to the original YouTube video player!".

Erweiterungsscreenshots

screenshot

Anti YT Shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anti YT Shorts-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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

Grundlegende Informationen zur Erweiterung

Name Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
Offizielle URL https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
Beschreibung Redirects you to the original YouTube video player!
Dateigröße 39.01 KB
Installationsanzahl 199
Aktuelle Version 1.0
Letztes Update 2022-03-07
Veröffentlichungsdatum 2022-03-06
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Happy Fone
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}