Playlist Search for YouTube™
Added a button to search for playlist on YouTube™
Playlist Search for YouTube™とは何ですか?
Playlist Search for YouTube™はbentlesによって開発されたChromeの拡張機能で、その主な機能は「Added a button to search for playlist on YouTube™」です。
Playlist Search for YouTube™拡張機能のCRXファイルをダウンロード
Playlist Search for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for anyone who spends a lot of time listening to music playlists on YouTube™. It adds a search playlist button next to the search button and provides the hotkey "shift+enter" to the search bar that performs the same function. Please note that this extension may break if the YouTube™ site updates. You can fix it youself by forking: https://github.com/bentles/playlist-search or irritate me until I fix it. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
拡張機能の基本情報
名前 | ![]() |
ID | eahehlfeelkppnhcjlhnhohdkcnhpngk |
公式URL | https://chrome.google.com/webstore/detail/playlist-search-for-youtu/eahehlfeelkppnhcjlhnhohdkcnhpngk |
説明 | Added a button to search for playlist on YouTube™ |
ファイルサイズ | 32.98 KB |
インストール数 | 15 |
現在のバージョン | 0.0.0.5 |
最終更新日 | 2017-08-30 |
公開日 | 2017-08-30 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | bentles |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "background.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "description": "Added a button to search for playlist on YouTube\u2122", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAntWmdDoL9xQPv97W7M1AHGXUB5Q6iIeZsj+hTMXeb8Qq8Nzf4grG4yMd5B7puIsivRqD5L1WgWyJtYN2UXS4A1QtIqexRw0uqEMbyV9\/Pptm0HpBCT\/nTb3E8p2PaiEcW0Kiqqp+lmSCbwZlZZoAlKypmH5HdfYlhdyk6V3rpKoEmuV7MUxaToYn7WRylApjejhPl2m0EnWAi2AmbXzMgSxL4Vt3ZF95qnPYKaBdmC51Ed4K\/RDZ9bSdOkfOt27klNuuKmCZKEFwArAwPK3fHLBe8DF62q6P2TxGpzcChyCXxTC5FNDycqwOpnTN42VLEUUXoyMGYUoUCDJ8tcVQLQIDAQAB", "manifest_version": 2, "name": "Playlist Search for YouTube\u2122", "page_action": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.5" } |