Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Cos'è Youtube-No-Suggestions?

Youtube-No-Suggestions è un'estensione di Chrome sviluppata da msbrown, e la sua funzione principale è "Removes suggested videos from the Youtube interface.".

Scarica il file CRX dell'estensione Youtube-No-Suggestions

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

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

Informazioni di Base sull'Estensione

Nome Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
URL Ufficiale https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Descrizione Removes suggested videos from the Youtube interface.
Dimensione del File 3.15 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2017-05-29
Data di Pubblicazione 2017-05-28
Sviluppatore msbrown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mbrown1413/Youtube-No-Suggest
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}