Shorts Blocker YouTube 2024

Block all shorts on YouTube 2024

Co je Shorts Blocker YouTube 2024?

Shorts Blocker YouTube 2024 je rozšíření Chrome vyvinuté zakirullahkhan6269, a jeho hlavní funkcí je „Block all shorts on YouTube 2024“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

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

                        Download the Extension! 
(Follow all Steps to work properly)
* Click on the Extension icon
* Turn "ON" the Extension  !! (1st Step)
* Open YouTube (If not open) !! (2nd Step)
* After Turn "ON/OFF" extension reload the page.
* Enjoy Free Shorts YouTube
In case any problem occur or not working properly  Press (CTRL+R ) to reload the page.
"The use of the YouTube(TM) name or trademark is for  identification, reference or 
   descriptive purposes only and does not imply any association with YouTube(TM)  or 
   their product brand".                    

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

Název Shorts Blocker YouTube 2024 Shorts Blocker YouTube 2024
ID enhhhdkalfimnhhliifcnphjnlgbdlgb
Oficiální URL https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb
Popis Block all shorts on YouTube 2024
Velikost souboru 6.41 MB
Počet instalací 132
Aktuální Verze 1.4
Poslední Aktualizace 2024-02-16
Datum Vydání 2023-08-10
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář zakirullahkhan6269
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shorts Blocker YouTube 2024",
    "short_name": "SBYT",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Block all shorts on YouTube 2024",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "SBYT",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}