MeTube

YouTube subscription improvements

What is MeTube?

MeTube is a Chrome extension developed by Scott Inglis, and its main feature is "YouTube subscription improvements".

Extension Screenshots

screenshot

Download MeTube Extension CRX File

Download MeTube 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

                        MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include:

-Organizes videos into a grid layout
-Replaces "Watch Later" button with "Remove" button
-Choose to show or hide watched videos
-Remove all watched videos from your feed
-Scales "Large Player" to width of description box

This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.                    

Extension Basic Information

Name MeTube MeTube
ID fceidobfbfedfhodnjmonpfmnbkeclmn
Official URL https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn
Description YouTube subscription improvements
File Size 52.7 KB
Installation Count 908
Current Version 2.0
Last Updated 2014-09-18
Publish Date 2014-09-18
Rating 3.11/5 Total 9 Ratings
Developer Scott Inglis
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MeTube",
    "description": "YouTube subscription improvements",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}