Youtube Playlist Search
Search within a YouTube playlist
什麼是Youtube Playlist Search?
Youtube Playlist Search是由String cheese;開發的Chrome擴展程式,該擴展的主要功能是“Search within a YouTube playlist”。
擴展截圖
下載Youtube Playlist Search擴展crx文件
下載Youtube Playlist Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension for Chrome adds an easy-to-use search bar to YouTube playlists.
**Currently available for public playlists only**
2.0 Changelog:
- Our search bar is now available on the "watch" screen while viewing a video from a playlist!
- Improved design
1.5 Changelog:
-Added support for text color changing between black and white based upon if Youtube has Dark Theme activated
1.4 Changelog:
- Fixed search to work with new YouTube layout. Check out the new location of the search bar!
- Clicking links from the search results now takes you to the playlist version of the song.
- Misc. bug fixes
- Higher res images/display changes coming soon 擴展基本資訊
| 名稱 | |
| ID | fdnkfdlphofnhdjlmaabncgendfalmmc |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc |
| 簡介 | Search within a YouTube playlist |
| 檔案大小 | 158 KB |
| 安裝次數 | 280 |
| 目前版本 | 0.2.0 |
| 更新時間 | 2019-04-25 |
| 上架時間 | 2019-04-25 |
| 評分 | 2.09/5 共 11 次評分 |
| 開發者 | String cheese; |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Playlist Search",
"version": "0.2.0",
"manifest_version": 2,
"short_name": "YouTube Playlist Search",
"description": "Search within a YouTube playlist",
"browser_action": {
"default_icon": "img\/youtube_icon.png",
"_comment": "default_popup: index.html",
"default_title": "YouTube Playlist Search"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"jquery-2.2.3.js",
"socket.io.js",
"search.js"
]
}
],
"permissions": []
} | |