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 |
官方網址 | 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 |
電子郵箱 | [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*" ] } ] } |