NflxMultiSubs_ST

Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…

NflxMultiSubs_ST क्या है?

NflxMultiSubs_ST thefantas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…"।

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

screenshot

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

crx प्रारूप में NflxMultiSubs_ST एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bilingual Subtitles & Enhanced Experiences for Netflix with steroids.
Quick access keys:
V = Go back and play until you find the beginning of the last dialogue.
B = Go back and play 3s.
N = Forward and play 3s.                    

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

नाम NflxMultiSubs_ST NflxMultiSubs_ST
ID fimfonlianpegplhioddaemkldfbnbmo
आधिकारिक URL https://chromewebstore.google.com/detail/nflxmultisubsst/fimfonlianpegplhioddaemkldfbnbmo
विवरण Bilingual Subtitles & Enhanced Experiences for Netflix with steroids. Quick access keys: V = Go back and play until you find the…
फ़ाइल का आकार 124 KB
स्थापना संख्या 171
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2021-02-04
प्रकाशन तिथि 2020-05-03
डेवलपर thefantas
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxMultiSubs_ST",
    "version": "2.1.2",
    "name": "NflxMultiSubs_ST",
    "manifest_version": 2,
    "author": "TheFantas",
    "permissions": [
        "storage",
        "https:\/\/www.netflix.com\/watch\/*",
        "https:\/\/assets.nflxext.com\/*"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-gray.png",
        "default_popup": "settings.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*"
        ]
    },
    "web_accessible_resources": [
        "nflxmultisubs.min.js"
    ]
}