Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Τι είναι το Shorts Blocker;

Το Shorts Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Umut Seven, και η κύρια λειτουργία του είναι "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

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

screenshot

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

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

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

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

Όνομα Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
Επίσημο URL https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Περιγραφή Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Μέγεθος Αρχείου 9.3 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2023-11-09
Ημερομηνία Δημοσίευσης 2023-05-02
Αξιολόγηση 4.38/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Umut Seven
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/umutseven92/shorts-blocker
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/umutseven92/shorts-blocker/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}