NoShorts

NoShorts categorizes your subscribed videos

Hvad er NoShorts?

NoShorts er en Chrome-udvidelse udviklet af noshorts, og dens hovedfunktion er "NoShorts categorizes your subscribed videos".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download NoShorts-udvidelses-CRX-fil

Download NoShorts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
Officiel URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Beskrivelse NoShorts categorizes your subscribed videos
Filstørrelse 13.25 KB
Antal Installationer 20
Nuværende Version 1.0.1
Senest Opdateret 2023-06-07
Udgivelsesdato 2023-02-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler noshorts
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}