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 !」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cherimoya Advanced Hotstar Subtitle Fetcher拡張機能のCRXファイルをダウンロード

Cherimoya Advanced Hotstar Subtitle Fetcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Cherimoya Advanced Hotstar Subtitle Fetcher Cherimoya Advanced Hotstar Subtitle Fetcher
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
Eメール [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"
    ]
}