Cherimoya Advanced Hotstar Subtitle Fetcher
This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !
Cherimoya Advanced Hotstar Subtitle Fetcher란 무엇입니까?
Cherimoya Advanced Hotstar Subtitle Fetcher은(는) https://www.cherimoya3dstudio.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !"입니다.
확장 프로그램 스크린샷
Cherimoya Advanced Hotstar Subtitle Fetcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Important - make sure to switch on the caption in player in order to make button active. Orelse subtitle will not download. Remember, not all dramas or movies in hotstar website has subs. Those dramas or movies where subs are not available on website, this button won't show up. This extension extracts the srt file from hotstar website and saves it to local disk. The name of the srt file is automatically extracted. It can only extract srt from hotstar website because its designed to do so. Developer: [email protected] website: https://www.cherimoya3dstudio.club
확장 프로그램 기본 정보
이름 | |
ID | opidblkabkmglenhoejpnekkdeglfacl |
공식 URL | https://chrome.google.com/webstore/detail/cherimoya-advanced-hotsta/opidblkabkmglenhoejpnekkdeglfacl |
설명 | This Cherimoya updated advanced extension can extract and save subtitle from hotstar website ! |
파일 크기 | 69.21 KB |
설치 횟수 | 540 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2019-12-05 |
출시 날짜 | 2019-12-05 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | https://www.cherimoya3dstudio.club |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.cherimoya3dstudio.club |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cherimoya Advanced Hotstar Subtitle Fetcher", "version": "0.0.0.5", "description": "This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "activeTab", "storage", "debugger", "downloads", "tabs", "*:\/\/*.hotstar.com\/*", "*:\/\/*.akamaized.net\/*" ], "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "19": "icon19.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.hotstar.com\/*", "*:\/\/*.akamaized.net\/*" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "web_accessible_resources": [ "images\/Advertisement.png" ] } |