Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
Youtube Playlist alphabetical A-Z sorting란 무엇입니까?
Youtube Playlist alphabetical A-Z sorting은(는) lanes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort your Youtube Playlists alphabetically by default"입니다.
확장 프로그램 스크린샷
Youtube Playlist alphabetical A-Z sorting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. Key info: - Works automatically when Youtube is opened - 'Watch later' still remains at the top of your playlists - Does NOT request permission for any website except Youtube, nor any other invasive permissions Please use the Support tab for feature requests. --- YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.
확장 프로그램 기본 정보
이름 | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
공식 URL | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
설명 | Sort your Youtube Playlists alphabetically by default |
파일 크기 | 41.59 KB |
설치 횟수 | 1,487 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-12-19 |
출시 날짜 | 2022-12-18 |
평점 | 4.75/5 총 32 개의 평점 |
개발자 | lanes |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://simplescraper.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playlist alphabetical A-Z sorting", "description": "Sort your Youtube Playlists alphabetically by default", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo_128.png", "32": "logo_128.png", "48": "logo_128.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/*" ], "js": [ "content-script-dist.js" ], "run_at": "document_end" } ] } |