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