Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Qu'est-ce que Shorts Blocker ?

Shorts Blocker est une extension Chrome développée par Umut Seven, et sa fonction principale est "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shorts Blocker

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

Informations de Base sur l'Extension

Nom Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
URL Officiel https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Description Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Taille du Fichier 9.3 KB
Nombre d'Installations 6,000
Version Actuelle 3.2
Dernière Mise à Jour 2023-11-09
Date de Publication 2023-05-02
Évaluation 4.38/5 Total 21 Évaluations
Développeur Umut Seven
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/umutseven92/shorts-blocker
URL de la Page d'Aide https://github.com/umutseven92/shorts-blocker/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}