Hide YouTube Shorts

Disable YouTube Shorts effortlessly with this powerful browser extension

Τι είναι το Hide YouTube Shorts;

Το Hide YouTube Shorts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roni Shilop, και η κύρια λειτουργία του είναι "Disable YouTube Shorts effortlessly with this powerful browser extension".

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

screenshot
screenshot
screenshot

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

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

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

                        With Hide YouTube Shorts you can;

• Disable YouTube Shorts on the Home, Trending, and Subscription feeds
• Disable YouTube Shorts in the Recommended list, Search results, and Notifications menu
• Disable the Shorts tab and Shorts videos on Channel pages
• Disable Lives and Premieres on the Home and Subscription pages
• Custom block list allows users to block content from specific channels
• Automatically play Shorts videos in a regular video format
..and much more

Customizable options that allow you to control where you want to show or hide Shorts videos

Also works on the mobile browser version of YouTube when installed with Kiwi Browser or another compatible browser                    

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

Όνομα Hide YouTube Shorts Hide YouTube Shorts
ID aljlkinhomaaahfdojalfmimeidofpih
Επίσημο URL https://chromewebstore.google.com/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih
Περιγραφή Disable YouTube Shorts effortlessly with this powerful browser extension
Μέγεθος Αρχείου 294 KB
Αριθμός Εγκαταστάσεων 72,548
Τρέχουσα Έκδοση 1.7.4.0
Τελευταία Ενημέρωση 2023-11-07
Ημερομηνία Δημοσίευσης 2022-10-11
Αξιολόγηση 3.99/5 Συνολικά 554 Αξιολογήσεις
Προγραμματιστής Roni Shilop
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.7.4.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}