Disney Plus Plus
Extension for Disney+ to improve experience.
Disney Plus Plus란 무엇입니까?
Disney Plus Plus은(는) Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Disney+ to improve experience."입니다.
확장 프로그램 스크린샷
Disney Plus Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Display trailers. - Fullscreen on double click. If you have any suggestion to improve, you can write me an email to: [email protected]
확장 프로그램 기본 정보
이름 | Disney Plus Plus |
ID | kclkgabmccnlojaaopdbpbplkpmjfobh |
공식 URL | https://chromewebstore.google.com/detail/disney-plus-plus/kclkgabmccnlojaaopdbpbplkpmjfobh |
설명 | Extension for Disney+ to improve experience. |
파일 크기 | 2.97 MB |
설치 횟수 | 273 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2023-05-31 |
출시 날짜 | 2022-10-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Developer |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Plus", "description": "Extension for Disney+ to improve experience.", "version": "1.2.5", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Disney Plus Plus", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "105", "content_scripts": [ { "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "http:\/\/www.apps.disneyplus.com\/*" ], "css": [ "contentStyle.css" ], "js": [ "contentScripts.js" ] } ], "options_page": "options\/index.html?page=options", "permissions": [ "storage" ] } |