YT Shorts Blocker

Block YouTube shorts from showing up on your feed.

Cos'è YT Shorts Blocker?

YT Shorts Blocker è un'estensione di Chrome sviluppata da Natalius, e la sua funzione principale è "Block YouTube shorts from showing up on your feed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YT Shorts Blocker

Scarica i file di estensione YT Shorts Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.                    

Informazioni di Base sull'Estensione

Nome YT Shorts Blocker YT Shorts Blocker
ID dekfemoloimmoffncaglceheghddongm
URL Ufficiale https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm
Descrizione Block YouTube shorts from showing up on your feed.
Dimensione del File 31.95 KB
Conteggio Installazioni 629
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-07-17
Data di Pubblicazione 2023-05-08
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Natalius
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Natalius-dev/YT-Shorts-Blocker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YT Shorts Blocker",
    "description": "Block YouTube shorts from showing up on your feed.",
    "version": "1.1.0",
    "icons": {
        "16": "icon_small.png",
        "32": "icon_small.png",
        "48": "icon_large.png",
        "128": "icon_large.png"
    },
    "action": {
        "default_icon": "icon_small.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}