YouTube Search Tornado
Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date.
YouTube Search Tornado란 무엇입니까?
YouTube Search Tornado은(는) Vitalii Ohol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date."입니다.
확장 프로그램 스크린샷
YouTube Search Tornado 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Handy little extension to search and/or filter videos from playlist. To search click the extension icon when you on a playlist or a video inside a playlist, then you can search for whatever you want and choose video duration or date range when it was published using filter option. * Extension can search for video title, video description and channel title * Extension use fuzzy search, so even with some mistakes it can find needed video * Extension DO NOT count video duplicates or video that was deleted **extension doesn't work with your private playlists including Watch Later playlist...(work in progress)** TODO: - add support for private playlists - add support for Watch Later playlist - add global search for all playlists at the channel
확장 프로그램 기본 정보
이름 | YouTube Search Tornado |
ID | jejkonkchimboodhadpfpggdhdjkobng |
공식 URL | https://chromewebstore.google.com/detail/youtube-search-tornado/jejkonkchimboodhadpfpggdhdjkobng |
설명 | Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date. |
파일 크기 | 58.04 KB |
설치 횟수 | 79 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2020-03-20 |
출시 날짜 | 2020-03-20 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | Vitalii Ohol |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Search Tornado", "version": "0.1.1", "description": "Search videos from playlists by video title, description, and channel name. Filter search result by duration or\/and publish date.", "icons": { "32": "images\/icon32.png", "48": "images\/icon.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "popup.min.html" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "permissions": [ "tabs" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiv7BoMOeiKBOPDULLTLUeTIhHBSywWApgS8ABqatqE0ORcLPnX7BOEozI4S0kj\/0zZxozR\/Mg43IX409KEpNVLyzcEj\/57miLXX6bGhDXshRM9XMDcuAKbc3W+trdhOso1mKhieFyBDXIJOml2DolwDkQt0NlMEgyoG93\/yLShAyG+3Qv6t8XgXF3eY8VQBLNMvEJjLsVCr1bpJIJ0f2ZLRjGGb24t82ATajo42\/7TP+whqYy8lZ71GUI7IhcLdWqknRHtTtA4LvaluL5wefjcE8+lOsKUVHlDSDXDxJw5+SNyNEvV+KL0906IA0DtNSe4d66HzcyS\/qA1cC\/2LijQIDAQAB", "manifest_version": 2 } |