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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cherimoya3dstudio.club และคุณลักษณะหลักของมันคือ "This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cherimoya Advanced Hotstar Subtitle Fetcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}