Enhanced Disney+ Hotstar
Enhancing Disney+ Hotstar features for a better watching experiences
Enhanced Disney+ Hotstar란 무엇입니까?
Enhanced Disney+ Hotstar은(는) iamPrompt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhancing Disney+ Hotstar features for a better watching experiences"입니다.
확장 프로그램 스크린샷
Enhanced Disney+ Hotstar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Updated in version 0.5.1 The extension is now support apps.disneyplus.com and new version of hotstar.com (If there are any problem, leave the message in support tab.) ======================= This extension will help enhancing your Disney+ Hotstar watching experiences. As in the early release, this extension will ONLY apply to the video page in subtitle element. - Transparent subtitle background for a better visualization - Remove watermark in full screen mode - Change Subtitle Font - Change Subtitle Font Size This extension will only be applied to the hotstar.com domain. Please submit any BUGS/QUESTIONS/SUGGESTION via "SUPPORT" tab
확장 프로그램 기본 정보
이름 | Enhanced Disney+ Hotstar |
ID | ggonogpephoeedoopcdnhnfdlaoeiben |
공식 URL | https://chromewebstore.google.com/detail/enhanced-disney+-hotstar/ggonogpephoeedoopcdnhnfdlaoeiben |
설명 | Enhancing Disney+ Hotstar features for a better watching experiences |
파일 크기 | 164 KB |
설치 횟수 | 41,572 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2023-03-20 |
출시 날짜 | 2021-06-16 |
평점 | 4.82/5 총 49 개의 평점 |
개발자 | iamPrompt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,en,th,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "author": "Supakarn Laorattanakul", "default_locale": "en", "version": "0.5.1.0", "version_name": "0.5.1", "icons": { "32": "assets\/icons\/enhanced_dhs32.png", "48": "assets\/icons\/enhanced_dhs48.png", "64": "assets\/icons\/enhanced_dhs64.png", "128": "assets\/icons\/enhanced_dhs128.png", "256": "assets\/icons\/enhanced_dhs256.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.hotstar.com\/*", "https:\/\/hotstar.com\/*", "https:\/\/*.apps.disneyplus.com\/*", "https:\/\/apps.disneyplus.com\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.ts-4f77f724-2184b7c6.js" ], "matches": [ "https:\/\/*.hotstar.com\/*", "https:\/\/hotstar.com\/*", "https:\/\/*.apps.disneyplus.com\/*", "https:\/\/apps.disneyplus.com\/*" ] } ], "action": { "default_title": "Enhance your Hotstar", "default_popup": "src\/popup\/index.html", "default_icon": { "16": "assets\/icons\/d_action_icon_default16.png", "32": "assets\/icons\/d_action_icon_default32.png", "48": "assets\/icons\/d_action_icon_default48.png" } }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.apps.disneyplus.com\/*", "https:\/\/*.hotstar.com\/*", "https:\/\/apps.disneyplus.com\/*", "https:\/\/hotstar.com\/*" ], "resources": [ "assets\/Option-dbad58e3.js", "assets\/EdgeStyles-15f2d5fa.js", "assets\/index.ts-4f77f724.js" ], "use_dynamic_url": true } ] } |