YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

What is YouTube Distraction Remover?

YouTube Distraction Remover is a Chrome extension developed by Will S, and its main feature is "Remove the feed and sidebar on YouTube to free up your time".

Extension Screenshots

screenshot
screenshot

Download YouTube Distraction Remover Extension CRX File

Download YouTube Distraction Remover 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

                                            

Extension Basic Information

Name YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
Official URL https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
Description Remove the feed and sidebar on YouTube to free up your time
File Size 44.21 KB
Installation Count 706
Current Version 0.2
Last Updated 2016-10-14
Publish Date 2016-10-14
Rating 3.00/5 Total 2 Ratings
Developer Will S
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}