YouTube Shorts Remover

A lightweight extension that removes the youtube shorts button on the sidebar.

Was ist YouTube Shorts Remover?

YouTube Shorts Remover ist eine Chrome-Erweiterung, die von Laith Alayassa entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight extension that removes the youtube shorts button on the sidebar.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Shorts Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Shorts Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that.

This extension removes the shorts tab button so that you don't click it.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Shorts Remover YouTube Shorts Remover
ID jcbjhgdapmnpgcogifboiepkpdpacipj
Offizielle URL https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj
Beschreibung A lightweight extension that removes the youtube shorts button on the sidebar.
Dateigröße 8.4 KB
Installationsanzahl 934
Aktuelle Version 0.0.3
Letztes Update 2023-11-21
Veröffentlichungsdatum 2022-07-27
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler Laith Alayassa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts Remover",
    "description": "A lightweight extension that removes the youtube shorts button on the sidebar.",
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "remover.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}