MeTube
YouTube subscription improvements
什么是MeTube?
MeTube是由Scott Inglis开发的Chrome扩展程序,该扩展的主要功能是“YouTube subscription improvements”。
扩展截图
下载MeTube扩展crx文件
下载MeTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fceidobfbfedfhodnjmonpfmnbkeclmn |
官方URL | https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn |
简介 | YouTube subscription improvements |
文件大小 | 52.7 KB |
安装次数 | 908 |
当前版本 | 2.0 |
更新时间 | 2014-09-18 |
上架时间 | 2014-09-18 |
评分 | 3.11/5 共9次评分 |
开发者 | Scott Inglis |
付费类型 | free |
支持的语言 | 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" } } |