Anti-Short

Stop using YouTube's short video player.

Qu'est-ce que Anti-Short ?

Anti-Short est une extension Chrome développée par Unknown, et sa fonction principale est "Stop using YouTube's short video player.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Anti-Short

Téléchargez les fichiers d'extension Anti-Short 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

                        This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.                    

Informations de Base sur l'Extension

Nom Anti-Short Anti-Short
ID icndfcelhhpiihkbchfakognjlcchflc
URL Officiel https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc
Description Stop using YouTube's short video player.
Taille du Fichier 180 KB
Nombre d'Installations 37
Version Actuelle 1.0 pre-release
Dernière Mise à Jour 2022-04-06
Date de Publication 2022-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/stautonico/anti-short
URL de la Page d'Aide https://github.com/stautonico/anti-short
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti-Short",
    "version": "1.0",
    "version_name": "1.0 pre-release",
    "description": "Stop using YouTube's short video player.",
    "author": "Steve Tautonico",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}