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
官方網址 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"
    ]
}