Disable YouTube Shorts ON OFF

Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos

Qu'est-ce que Disable YouTube Shorts ON OFF ?

Disable YouTube Shorts ON OFF est une extension Chrome développée par Youtube Short ON OFF, et sa fonction principale est "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Disable YouTube Shorts ON OFF

Téléchargez les fichiers d'extension Disable YouTube Shorts ON OFF 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

                        YouTube Shorts ON OFF
Removes all Shorts from YouTube
The YouTube shorts video should be played just like any other video.
Playing YouTube Shorts videos on a standard Video is possible using an extension.
YouTube Shorts ON OFF YouTube Shorts to Standard Videos
YouTube Shorts ON OFF is now enabled by default                    

Informations de Base sur l'Extension

Nom Disable YouTube Shorts ON OFF Disable YouTube Shorts ON OFF
ID pkiligjbdajidpjlikchpofgfjhgecdp
URL Officiel https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp
Description Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Taille du Fichier 66.11 KB
Nombre d'Installations 42
Version Actuelle 3.0.2
Dernière Mise à Jour 2024-01-10
Date de Publication 2023-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Youtube Short ON OFF
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.2",
    "default_locale": "en_US",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Disable YouTube Shorts ON OFF"
    },
    "commands": {
        "_execute_action": {
            "description": "Switch to normal video URL",
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "Youtube Shorts"
}