Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

What is Youtube-No-Suggestions?

Youtube-No-Suggestions is a Chrome extension developed by msbrown, and its main feature is "Removes suggested videos from the Youtube interface.".

Download Youtube-No-Suggestions Extension CRX File

Download Youtube-No-Suggestions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
Official URL https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Description Removes suggested videos from the Youtube interface.
File Size 3.15 KB
Installation Count 25
Current Version 1.0
Last Updated 2017-05-29
Publish Date 2017-05-28
Developer msbrown
Email [email protected]
Payment Type free
Extension Website https://github.com/mbrown1413/Youtube-No-Suggest
Supported Languages 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"
            ]
        }
    ]
}