ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

Wat is ShortsBlocker - Remove Shorts from YouTube?

ShortsBlocker - Remove Shorts from YouTube is een Chrome-extensie ontwikkeld door SageMod, en de belangrijkste functie is "Remove Shorts videos from Youtube".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ShortsBlocker - Remove Shorts from YouTube

Download ShortsBlocker - Remove Shorts from YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
Officiële URL https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
Beschrijving Remove Shorts videos from Youtube
Bestandsgrootte 413 KB
Aantal Installaties 34,422
Huidige Versie 1.5.0
Laatst Bijgewerkt 2023-08-21
Publicatiedatum 2022-08-16
Beoordeling 4.60/5 Totaal 176 Beoordelingen
Ontwikkelaar SageMod
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ravensmove.com/shortsblocker/
Help Pagina-URL https://twitter.com/RavensMove
URL van de Privacybeleid Pagina https://ravensmove.com/privacy-policy
Ondersteunde Talen 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"
        }
    }
}