Really Hide YouTube Shorts

A very simple plugin to hide all YouTube Shorts. Created by Zero.

Was ist Really Hide YouTube Shorts?

Really Hide YouTube Shorts ist eine Chrome-Erweiterung, die von Zero entwickelt wurde, und ihr Hauptmerkmal ist "A very simple plugin to hide all YouTube Shorts. Created by Zero.".

Erweiterungsscreenshots

screenshot
screenshot

Really Hide YouTube Shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Really Hide YouTube Shorts-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

                        A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions.

Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin.

Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v                    

Grundlegende Informationen zur Erweiterung

Name Really Hide YouTube Shorts Really Hide YouTube Shorts
ID kjkiajelmfimihhmiggjjcaibjmlbcpf
Offizielle URL https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf
Beschreibung A very simple plugin to hide all YouTube Shorts. Created by Zero.
Dateigröße 188 KB
Installationsanzahl 264
Aktuelle Version 1.0.3
Letztes Update 2023-08-23
Veröffentlichungsdatum 2023-08-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Zero
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "Really Hide YouTube Shorts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/hide.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}