ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

Co je ShortsBlocker - Remove Shorts from YouTube?

ShortsBlocker - Remove Shorts from YouTube je rozšíření Chrome vyvinuté SageMod, a jeho hlavní funkcí je „Remove Shorts videos from Youtube“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ShortsBlocker - Remove Shorts from YouTube

Stáhněte si soubory rozšíření ShortsBlocker - Remove Shorts from YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
Oficiální URL https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
Popis Remove Shorts videos from Youtube
Velikost souboru 413 KB
Počet instalací 34,422
Aktuální Verze 1.5.0
Poslední Aktualizace 2023-08-21
Datum Vydání 2022-08-16
Hodnocení 4.60/5 Celkem 176 Hodnocení
Vývojář SageMod
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ravensmove.com/shortsblocker/
URL Stránky Nápovědy https://twitter.com/RavensMove
URL Stránky Zásad Ochrany Soukromí https://ravensmove.com/privacy-policy
Podporované Jazyky 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"
        }
    }
}