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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cherimoya Advanced Hotstar Subtitle Fetcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [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"
    ]
}