YouTube List View
This extension displays your youtube subscription in the list view.
YouTube List Viewとは何ですか?
YouTube List ViewはEddie Wilfordによって開発されたChromeの拡張機能で、その主な機能は「This extension displays your youtube subscription in the list view.」です。
拡張機能のスクリーンショット
YouTube List View拡張機能のCRXファイルをダウンロード
YouTube List View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.
拡張機能の基本情報
名前 | YouTube List View |
ID | dnfjhgoledkjnacagpncncfipbobepif |
公式URL | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
説明 | This extension displays your youtube subscription in the list view. |
ファイルサイズ | 36.99 KB |
インストール数 | 430 |
現在のバージョン | 1.1.2 |
最終更新日 | 2016-06-02 |
公開日 | 2016-06-01 |
評価 | 4.23/5 合計 52 レビュー |
開発者 | Eddie Wilford |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube List View", "description": "This extension displays your youtube subscription in the list view.", "version": "1.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "matches": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ] } ] } |