designer Tube

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

designer Tubeとは何ですか?

designer Tubeはmartin.skovrupによって開発されたChromeの拡張機能で、その主な機能は「This makes your youtube look different, maybe in a good way, maybe not.」です。

拡張機能のスクリーンショット

screenshot

designer Tube拡張機能のCRXファイルをダウンロード

designer Tube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
公式URL https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
説明 This makes your youtube look different, maybe in a good way, maybe not.
ファイルサイズ 10.32 KB
インストール数 62
現在のバージョン 0.2.6
最終更新日 2017-01-07
公開日 2017-01-07
評価 2.50/5 合計 2 レビュー
開発者 martin.skovrup
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}