Disney Plus Helper
Add spacebar pause and play to Disney Plus
Disney Plus Helper란 무엇입니까?
Disney Plus Helper은(는) disneyhelper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add spacebar pause and play to Disney Plus"입니다.
확장 프로그램 스크린샷
Disney Plus Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add spacebar pause and play to Disney Plus. Disney is a small company with limited resources to do complex procedures such as a spacebar listener, so thought I'd help them out. Literally all it does is detects a spacebar event on your browser when you're on disneyplus,com and plays / pauses. No tracking, no other listening or cookies or whatever.
확장 프로그램 기본 정보
이름 | Disney Plus Helper |
ID | kajgdbpkkikejkaefnmnihalgngmlpkk |
공식 URL | https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk |
설명 | Add spacebar pause and play to Disney Plus |
파일 크기 | 19.13 KB |
설치 횟수 | 661 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-09-22 |
출시 날짜 | 2020-09-01 |
평점 | 3.89/5 총 9 개의 평점 |
개발자 | disneyhelper |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Helper", "version": "1.2", "description": "Add spacebar pause and play to Disney Plus", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.disneyplus.com\/*" ], "css": [ "myStyles.css" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "images\/disney-helper-16.png", "32": "images\/disney-helper-32.png", "48": "images\/disney-helper-48.png", "128": "images\/disney-helper-128.png" }, "manifest_version": 2 } |