Anti YT Shorts

Redirects you to the original YouTube video player!

Qu'est-ce que Anti YT Shorts ?

Anti YT Shorts est une extension Chrome développée par Happy Fone, et sa fonction principale est "Redirects you to the original YouTube video player!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anti YT Shorts

Téléchargez les fichiers d'extension Anti YT Shorts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
URL Officiel https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
Description Redirects you to the original YouTube video player!
Taille du Fichier 39.01 KB
Nombre d'Installations 199
Version Actuelle 1.0
Dernière Mise à Jour 2022-03-07
Date de Publication 2022-03-06
Évaluation 4.50/5 Total 2 Évaluations
Développeur Happy Fone
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}