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 |
官方網址 | 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" } } |