Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Was ist Youtube-No-Suggestions?

Youtube-No-Suggestions ist eine Chrome-Erweiterung, die von msbrown entwickelt wurde, und ihr Hauptmerkmal ist "Removes suggested videos from the Youtube interface.".

Youtube-No-Suggestions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube-No-Suggestions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
Offizielle URL https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Beschreibung Removes suggested videos from the Youtube interface.
Dateigröße 3.15 KB
Installationsanzahl 25
Aktuelle Version 1.0
Letztes Update 2017-05-29
Veröffentlichungsdatum 2017-05-28
Entwickler msbrown
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mbrown1413/Youtube-No-Suggest
Unterstützte Sprachen 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"
            ]
        }
    ]
}