NoShorts

NoShorts categorizes your subscribed videos

Cos'è NoShorts?

NoShorts è un'estensione di Chrome sviluppata da noshorts, e la sua funzione principale è "NoShorts categorizes your subscribed videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NoShorts

Scarica i file di estensione NoShorts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
URL Ufficiale https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Descrizione NoShorts categorizes your subscribed videos
Dimensione del File 13.25 KB
Conteggio Installazioni 20
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-06-07
Data di Pubblicazione 2023-02-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore noshorts
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}