7plus-responsive-video
Make the 7+ video player wide and more responsive
7plus-responsive-video란 무엇입니까?
7plus-responsive-video은(는) glen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the 7+ video player wide and more responsive"입니다.
확장 프로그램 스크린샷
7plus-responsive-video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make the 7plus video player more responsive. This allows the video player to take full use of the available space by slightly rearranging the elements on the page.
확장 프로그램 기본 정보
이름 | 7plus-responsive-video |
ID | pegahkchckmpafkgnobgcpcbhdcobijp |
공식 URL | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
설명 | Make the 7+ video player wide and more responsive |
파일 크기 | 3.34 KB |
설치 횟수 | 50 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-07-26 |
출시 날짜 | 2021-07-26 |
개발자 | glen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/GWilts/7plus-responsive-video |
도움말 페이지 URL | https://github.com/GWilts/7plus-responsive-video |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7plus-responsive-video", "version": "1.0.0", "description": "Make the 7+ video player wide and more responsive", "short_name": "Make the 7+ video player responsive", "content_scripts": [ { "matches": [ "https:\/\/7plus.com.au\/*" ], "css": [ "background.css" ] } ] } |