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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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\/*" ] } ] } |