Youtube Likes Sidebar Button
Adds a Liked Videos link to the library section of the Youtube sidebar.
什麼是Youtube Likes Sidebar Button?
Youtube Likes Sidebar Button是由http://systemcluster.me開發的Chrome擴展程式,該擴展的主要功能是“Adds a Liked Videos link to the library section of the Youtube sidebar.”。
擴展截圖
下載Youtube Likes Sidebar Button擴展crx文件
下載Youtube Likes Sidebar Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a Liked Videos link to the library section of the Youtube sidebar. Integrates seamlessly with the existing sidebar links. 2017-08-30: Updated to support the new Polymer Youtube layout.
擴展基本資訊
名稱 | |
ID | ahmdidmhhffpkhgfihmcinmlklpeipjm |
官方網址 | https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm |
簡介 | Adds a Liked Videos link to the library section of the Youtube sidebar. |
檔案大小 | 9.89 KB |
安裝次數 | 250 |
目前版本 | 0.2.0 |
更新時間 | 2018-07-28 |
上架時間 | 2018-07-28 |
評分 | 4.17/5 共 6 次評分 |
開發者 | http://systemcluster.me |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Likes Sidebar Button", "short_name": "Youtube Likes Sidebar Button", "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.", "version": "0.2.0", "author": "Christian Sdunek", "icons": { "16": "chrome\/skin\/icon16.png", "48": "chrome\/skin\/icon48.png", "96": "chrome\/skin\/icon96.png", "128": "chrome\/skin\/icon128.png" }, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |