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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |