YouTube Playlist Search
This extension lets you search youtube playlists
YouTube Playlist Search란 무엇입니까?
YouTube Playlist Search은(는) Andreas. K에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you search youtube playlists"입니다.
확장 프로그램 스크린샷
YouTube Playlist Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lets you search inside any YouTube playlist. To use, click the icon when on a YouTube playlist. If it's your first time using the app, it will require you to authenticate via your google account*. After logging in it will show you a search bar and a list of videos which you can click on to instantly go to. Reading of browser history is to catch the playlist URL. *Sign in is required, as it's used to view your privated videos in your playlist.
확장 프로그램 기본 정보
이름 | YouTube Playlist Search |
ID | ldmflkefiglekhmgmceccddablgfhkhn |
공식 URL | https://chromewebstore.google.com/detail/youtube-playlist-search/ldmflkefiglekhmgmceccddablgfhkhn |
설명 | This extension lets you search youtube playlists |
파일 크기 | 1.24 MB |
설치 횟수 | 556 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2024-01-22 |
출시 날짜 | 2021-09-29 |
평점 | 3.00/5 총 11 개의 평점 |
개발자 | Andreas. K |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Playlist Search", "description": "This extension lets you search youtube playlists", "version": "3.0.0", "author": "F\u00e6tter", "oauth2": { "client_id": "202570554839-fcn1pbaesgi3bs0bj1t4l653kav0ub5a.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkFLLBwgJVbIXzW7ij\/g4QqMpU6vIczxR2fDjclKTHuG9evNTGyY5A69oACbmaurjiD7Es0tLkFiYuc+TNc\/JRNEHwx9awSVqFxDmM\/sd83caFfUwKc\/3reGF3mxHkeSKsHOF2tOFEovoCQFNvTF4P3Ln3FeqmnsJUv1\/jke1eS2oNNQwb6zaPtYzItTi6Is433juQ62jtBWA4q224S8iwZszewGIE0T63QSFnQIRSjTjtv9g2WglO+b0vWPNjDXWeCSZKG21inWRHXEThKuHLa2Tp6mIIfX5k+RdpEMdlnzFSPGIzU2Bq1VGMbksFHLFuPF5Ms7zFdH7nu3KEDzFUQIDAQAB", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/search16.png", "48": "icon\/search48.png", "128": "icon\/search128.png" } }, "icons": { "16": "icon\/search16.png", "48": "icon\/search48.png", "128": "icon\/search128.png" }, "permissions": [ "tabs", "identity", "storage" ] } |