Video Controls
Re-styling of Prime Video playback controls to be less intrusive.
Video Controls란 무엇입니까?
Video Controls은(는) Justin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Re-styling of Prime Video playback controls to be less intrusive."입니다.
확장 프로그램 스크린샷
Video Controls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically re-styles Prime Video playback controls to be less intrusive. Release Notes: v1.0.1 - Added support for American prime video domains
확장 프로그램 기본 정보
이름 | Video Controls |
ID | jabennopofjkkeodfgcmpmdcibkjlcol |
공식 URL | https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol |
설명 | Re-styling of Prime Video playback controls to be less intrusive. |
파일 크기 | 45.28 KB |
설치 횟수 | 364 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2022-09-25 |
출시 날짜 | 2019-11-04 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | Justin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Controls", "version": "1.1.2", "description": "Re-styling of Prime Video playback controls to be less intrusive.", "icons": { "128": "images\/logoIcon.png" }, "content_scripts": [ { "matches": [ "https:\/\/primevideo.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*" ], "js": [ "dist\/content.js" ] } ], "page_action": { "default_icon": { "128": "images\/logoIcon.png" } }, "permissions": [ "https:\/\/primevideo.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'", "manifest_version": 2 } |