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
官方網址 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\/*"
            ]
        }
    ]
}