NoShorts

NoShorts categorizes your subscribed videos

Was ist NoShorts?

NoShorts ist eine Chrome-Erweiterung, die von noshorts entwickelt wurde, und ihr Hauptmerkmal ist "NoShorts categorizes your subscribed videos".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

NoShorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoShorts-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

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

Grundlegende Informationen zur Erweiterung

Name NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
Offizielle URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Beschreibung NoShorts categorizes your subscribed videos
Dateigröße 13.25 KB
Installationsanzahl 20
Aktuelle Version 1.0.1
Letztes Update 2023-06-07
Veröffentlichungsdatum 2023-02-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler noshorts
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": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}