HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

Cos'è HYS BETA?

HYS BETA è un'estensione di Chrome sviluppata da http://hideshorts.com, e la sua funzione principale è "Disable YouTube Shorts effortlessly with this powerful browser extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HYS BETA

Scarica i file di estensione HYS BETA 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

                        THIS EXTENSION IS FOR BETA TESTING

This is a beta release of the Hide YouTube Shorts extension. It is intended for testing purposes and may contain bugs or unexpected behavior. We appreciate your feedback and reports of any issues encountered during your experience with this beta version. Your valuable input will help us improve and refine the final release.

If you are looking for the stable release you can find it here https://chrome.google.com/webstore/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih

Bug reports can be submitted via either of the links below:
• https://github.com/probablyraging/hide-youtube-shorts/issues/new/choose
• https://discord.gg/HrhzwdB82j                    

Informazioni di Base sull'Estensione

Nome HYS BETA HYS BETA
ID mefpaebipddmdknlplfakgdoiajiifmg
URL Ufficiale https://chrome.google.com/webstore/detail/hys-beta/mefpaebipddmdknlplfakgdoiajiifmg
Descrizione Disable YouTube Shorts effortlessly with this powerful browser extension
Dimensione del File 302 KB
Conteggio Installazioni 61
Versione Corrente 0.0.5
Ultimo Aggiornamento 2023-06-24
Data di Pubblicazione 2023-06-22
Sviluppatore http://hideshorts.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hideshorts.com
URL della Pagina di Aiuto https://discord.com/invite/HrhzwdB82j
Lingue Supportate de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYS BETA",
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}