designer Tube

This makes your youtube look different, maybe in a good way, maybe not.

What is designer Tube?

designer Tube is a Chrome extension developed by martin.skovrup, and its main feature is "This makes your youtube look different, maybe in a good way, maybe not.".

Extension Screenshots

screenshot

Download designer Tube Extension CRX File

Download designer Tube 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

                        This extension is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes.

If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.                    

Extension Basic Information

Name designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
Official URL https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
Description This makes your youtube look different, maybe in a good way, maybe not.
File Size 10.32 KB
Installation Count 62
Current Version 0.2.6
Last Updated 2017-01-07
Publish Date 2017-01-07
Rating 2.50/5 Total 2 Ratings
Developer martin.skovrup
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "designer Tube",
    "version": "0.2.6",
    "description": "This makes your youtube look different, maybe in a good way, maybe not.",
    "icons": {
        "50": "prettytube.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}