Youtube Untrend

This extension simply removes the 'Trending' tab on the Youtube home page.

What is Youtube Untrend?

Youtube Untrend is a Chrome extension developed by dorian.grolaux, and its main feature is "This extension simply removes the 'Trending' tab on the Youtube home page.".

Extension Screenshots

screenshot
screenshot

Download Youtube Untrend Extension CRX File

Download Youtube Untrend 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

                        Don't like this trending tab ? I don't either.                    

Extension Basic Information

Name Youtube Untrend Youtube Untrend
ID eopimnkjhiiigfakbhiehpiacdiolcpc
Official URL https://chrome.google.com/webstore/detail/eopimnkjhiiigfakbhiehpiacdiolcpc
Description This extension simply removes the 'Trending' tab on the Youtube home page.
File Size 29.2 KB
Installation Count 21
Current Version 0.2
Last Updated 2016-01-10
Publish Date 2016-01-10
Rating 5.00/5 Total 3 Ratings
Developer dorian.grolaux
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Untrend",
    "short_name": "Removes the 'Trending' tab on Youtube's home page",
    "version": "0.2",
    "description": "This extension simply removes the 'Trending' tab on the Youtube home page.",
    "permissions": [
        "activeTab",
        "*:\/\/www.youtube.com\/"
    ],
    "icons": {
        "16": "icons\/yt_untrend16.png",
        "48": "icons\/yt_untrend48.png",
        "128": "icons\/yt_untrend128.png"
    },
    "offline_enabled": true,
    "page_action": {
        "default_icon": {
            "16": "icons\/yt_untrend16.png",
            "48": "icons\/yt_untrend48.png"
        },
        "default_title": "Youtube Untrend"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/",
                "*:\/\/www.youtube.com\/feed\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}