Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Wat is Youtube-No-Suggestions?

Youtube-No-Suggestions is een Chrome-extensie ontwikkeld door msbrown, en de belangrijkste functie is "Removes suggested videos from the Youtube interface.".

Download het CRX-bestand van de extensie Youtube-No-Suggestions

Download Youtube-No-Suggestions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
Officiële URL https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Beschrijving Removes suggested videos from the Youtube interface.
Bestandsgrootte 3.15 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2017-05-29
Publicatiedatum 2017-05-28
Ontwikkelaar msbrown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mbrown1413/Youtube-No-Suggest
Ondersteunde Talen 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"
            ]
        }
    ]
}