NoShorts

NoShorts categorizes your subscribed videos

Τι είναι το NoShorts;

Το NoShorts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noshorts, και η κύρια λειτουργία του είναι "NoShorts categorizes your subscribed videos".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NoShorts

Λήψη αρχείων επέκτασης NoShorts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
Επίσημο URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Περιγραφή NoShorts categorizes your subscribed videos
Μέγεθος Αρχείου 13.25 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-06-07
Ημερομηνία Δημοσίευσης 2023-02-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής noshorts
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}