Cherimoya Advanced Hotstar Subtitle Fetcher
This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !
Vad är Cherimoya Advanced Hotstar Subtitle Fetcher?
Cherimoya Advanced Hotstar Subtitle Fetcher är en Chrome-tillägg utvecklad av https://www.cherimoya3dstudio.club, och dess huvudfunktion är "This Cherimoya updated advanced extension can extract and save subtitle from hotstar website !".
Tilläggsskärmbilder
Ladda ner Cherimoya Advanced Hotstar Subtitle Fetcher-förlängningens CRX-fil
Ladda ner Cherimoya Advanced Hotstar Subtitle Fetcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | opidblkabkmglenhoejpnekkdeglfacl |
Officiell webbadress | https://chrome.google.com/webstore/detail/cherimoya-advanced-hotsta/opidblkabkmglenhoejpnekkdeglfacl |
Beskrivning | This Cherimoya updated advanced extension can extract and save subtitle from hotstar website ! |
Filstorlek | 69.21 KB |
Antal Installationer | 540 |
Aktuell Version | 0.0.0.5 |
Senast Uppdaterad | 2019-12-05 |
Publiceringsdatum | 2019-12-05 |
Betyg | 4.43/5 Totalt 14 Betyg |
Utvecklare | https://www.cherimoya3dstudio.club |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.cherimoya3dstudio.club |
Stödda Språk | 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" ] } |