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 |
| 公式URL | 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; |
| Eメール | [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": []
} | |