ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

Cos'è ShortsBlocker - Remove Shorts from YouTube?

ShortsBlocker - Remove Shorts from YouTube è un'estensione di Chrome sviluppata da SageMod, e la sua funzione principale è "Remove Shorts videos from Youtube".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ShortsBlocker - Remove Shorts from YouTube

Scarica i file di estensione ShortsBlocker - Remove Shorts from YouTube 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

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

Informazioni di Base sull'Estensione

Nome ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
URL Ufficiale https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
Descrizione Remove Shorts videos from Youtube
Dimensione del File 413 KB
Conteggio Installazioni 34,422
Versione Corrente 1.5.0
Ultimo Aggiornamento 2023-08-21
Data di Pubblicazione 2022-08-16
Valutazione 4.60/5 Totale 176 Valutazioni
Sviluppatore SageMod
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ravensmove.com/shortsblocker/
URL della Pagina di Aiuto https://twitter.com/RavensMove
URL della Pagina della Politica sulla Privacy https://ravensmove.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}