No YouTube Shorts

Hides YouTube Shorts and redirects you to the home page if you open a shorts video

Cos'è No YouTube Shorts?

No YouTube Shorts è un'estensione di Chrome sviluppata da Diefenbaker Bell, e la sua funzione principale è "Hides YouTube Shorts and redirects you to the home page if you open a shorts video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No YouTube Shorts

Scarica i file di estensione No YouTube Shorts 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 will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video.

Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour.

Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement

Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug                    

Informazioni di Base sull'Estensione

Nome No YouTube Shorts No YouTube Shorts
ID cankncniogidmgifjpmaooockgomfmmn
URL Ufficiale https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn
Descrizione Hides YouTube Shorts and redirects you to the home page if you open a shorts video
Dimensione del File 1.77 MB
Conteggio Installazioni 363
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-04-08
Data di Pubblicazione 2022-04-07
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore Diefenbaker Bell
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main
URL della Pagina di Aiuto https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No YouTube Shorts",
    "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video",
    "version": "1.0.0",
    "icons": {
        "16": "\/icon\/no-yt-shorts-16.png",
        "32": "\/icon\/no-yt-shorts-32.png",
        "48": "\/icon\/no-yt-shorts-48.png",
        "128": "\/icon\/no-yt-shorts-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_title": "YT No Shorts",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icon\/no-yt-shorts-16.png",
            "32": "\/icon\/no-yt-shorts-32.png",
            "48": "\/icon\/no-yt-shorts-48.png",
            "128": "\/icon\/no-yt-shorts-128.png"
        }
    }
}