Shorts Remover for YouTube™ Subscriptions

A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed

Τι είναι το Shorts Remover for YouTube™ Subscriptions;

Το Shorts Remover for YouTube™ Subscriptions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wehri.app, και η κύρια λειτουργία του είναι "A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Even though YouTube Shorts can be entertaining, they tend to flood the subscription section. This can make discovering new interesting videos more than tedious.

Youtube Subscriptions Shorts Remover is a slim extension that removes YouTube Shorts from the subscription section of the website only. Other areas are not affected, so that Shorts can still be enjoyed as usual.

This is my first, modest Chrome extension. I would be very happy if you leave a review, or send me bug reports or constructive criticism.

SUPPORT
----------------------------------------------
And if you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated!

https://www.buymeacoffee.com/wehri


UPDATES
----------------------------------------------
#1.4.0
- Limited removal to shorts tab
- fixed messed up search results
- fixed popup layout
- altered extension name to prevent trademark issues

#1.3.0:
- new Shorts sections will be removed from grid and list
- changed extension icon to prevent trademark issues                    

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

Όνομα Shorts Remover for YouTube™ Subscriptions Shorts Remover for YouTube™ Subscriptions
ID apdnbhhgdaocpnifchcoejbekkdjpgnj
Επίσημο URL https://chromewebstore.google.com/detail/shorts-remover-for-youtub/apdnbhhgdaocpnifchcoejbekkdjpgnj
Περιγραφή A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed
Μέγεθος Αρχείου 27.88 KB
Αριθμός Εγκαταστάσεων 1,594
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2023-12-26
Ημερομηνία Δημοσίευσης 2023-02-01
Αξιολόγηση 4.05/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής https://wehri.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Remover for YouTube\u2122 Subscriptions",
    "version": "1.4.0",
    "description": "A slim extension that removes YouTube\u2122 Shorts from the YouTube\u2122 subscriptions feed",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shorts Remover for YouTube\u2122 Subscriptions"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/feed\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}