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" } } |