YouTube Shorts Remover

A lightweight extension that removes the youtube shorts button on the sidebar.

Co je YouTube Shorts Remover?

YouTube Shorts Remover je rozšíření Chrome vyvinuté Laith Alayassa, a jeho hlavní funkcí je „A lightweight extension that removes the youtube shorts button on the sidebar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Shorts Remover

Stáhněte si soubory rozšíření YouTube Shorts Remover 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í

                        If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that.

This extension removes the shorts tab button so that you don't click it.                    

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

Název YouTube Shorts Remover YouTube Shorts Remover
ID jcbjhgdapmnpgcogifboiepkpdpacipj
Oficiální URL https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj
Popis A lightweight extension that removes the youtube shorts button on the sidebar.
Velikost souboru 8.4 KB
Počet instalací 934
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-11-21
Datum Vydání 2022-07-27
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář Laith Alayassa
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts Remover",
    "description": "A lightweight extension that removes the youtube shorts button on the sidebar.",
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "remover.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}