No more shorts

Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.

Cos'è No more shorts?

No more shorts è un'estensione di Chrome sviluppata da kakke, e la sua funzione principale è "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione No more shorts

Scarica i file di estensione No more 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

                        The extension is in alpha, check out the code on my github.                    

Informazioni di Base sull'Estensione

Nome No more shorts No more shorts
ID cdgiehpicfibgnnekjipimaabanbdagh
URL Ufficiale https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh
Descrizione Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Dimensione del File 11.53 KB
Conteggio Installazioni 280
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2023-01-02
Data di Pubblicazione 2022-12-27
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore kakke
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/albertbayazidi/no_more_shorts
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "remove_html.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "No more shorts",
    "version": "0.0.0.6",
    "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
    "icons": {
        "128": "img.png"
    }
}