NoShorts

NoShorts categorizes your subscribed videos

Qu'est-ce que NoShorts ?

NoShorts est une extension Chrome développée par noshorts, et sa fonction principale est "NoShorts categorizes your subscribed videos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NoShorts

Téléchargez les fichiers d'extension NoShorts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
URL Officiel https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Description NoShorts categorizes your subscribed videos
Taille du Fichier 13.25 KB
Nombre d'Installations 20
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-07
Date de Publication 2023-02-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur noshorts
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}