Block Shorts - No more unwanted Shorts

Remove Shorts from your YouTube desktop experience.

Qu'est-ce que Block Shorts - No more unwanted Shorts ?

Block Shorts - No more unwanted Shorts est une extension Chrome développée par arthur.joppart, et sa fonction principale est "Remove Shorts from your YouTube desktop experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Block Shorts - No more unwanted Shorts

Téléchargez les fichiers d'extension Block Shorts - No more unwanted 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

                        This extension gives you the possibility to hide all unwanted YouTube Shorts by simply flipping a switch on the top of the page.                    

Informations de Base sur l'Extension

Nom Block Shorts - No more unwanted Shorts Block Shorts - No more unwanted Shorts
ID adbkiegjafadlmleigmjongmcadeghmo
URL Officiel https://chromewebstore.google.com/detail/block-shorts-no-more-unwa/adbkiegjafadlmleigmjongmcadeghmo
Description Remove Shorts from your YouTube desktop experience.
Taille du Fichier 9.61 KB
Nombre d'Installations 64
Version Actuelle 1.4
Dernière Mise à Jour 2023-06-13
Date de Publication 2022-10-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur arthur.joppart
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/BelgianNoise/remove-yt-shorts-chrome-extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Shorts - No more unwanted Shorts",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Remove Shorts from your YouTube desktop experience.",
    "permissions": [],
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}