Better shorts
Better shorts video player for YouTube and Instagram!
Better shorts란 무엇입니까?
Better shorts은(는) codeshifu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better shorts video player for YouTube and Instagram!"입니다.
확장 프로그램 스크린샷
Better shorts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Better shorts on YouTube allows - Video scrubbing - Closed caption - Playback speed - Annotations - Shorts video quality adjustment Better shorts on Instagram allows - Video scrubbing - Playback speed - Download reels - PiP (Picture in Picture)
확장 프로그램 기본 정보
이름 | Better shorts |
ID | kniiiokdfifghldpemgoggfljdmgpgij |
공식 URL | https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij |
설명 | Better shorts video player for YouTube and Instagram! |
파일 크기 | 13.54 KB |
설치 횟수 | 43 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-08-24 |
출시 날짜 | 2023-08-24 |
개발자 | codeshifu |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/codeshifu |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better shorts", "description": "Better shorts video player for YouTube and Instagram!", "version": "1.0.0", "version_name": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/img\/128x128.png" }, "action": { "default_icon": { "16": "assets\/img\/16x16.png", "32": "assets\/img\/32x32.png", "48": "assets\/img\/48x48.png", "128": "assets\/img\/128x128.png" }, "default_title": "Better shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ " |