Netflix subtitles pop-up

Displays the subtitles in a different window

Netflix subtitles pop-up क्या है?

Netflix subtitles pop-up entibo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the subtitles in a different window"।

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

screenshot
screenshot

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

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

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

                        When you understand most of the dialog but still like having a reference in case you don't get a word or sentence.

If you any suggestions/comments about how the subtitles are displayed in the window please let me know !                    

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

नाम Netflix subtitles pop-up Netflix subtitles pop-up
ID gfldjeiohckdhnpljblnkkbjmmogphnk
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk
विवरण Displays the subtitles in a different window
फ़ाइल का आकार 38.64 KB
स्थापना संख्या 273
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-04-20
प्रकाशन तिथि 2019-04-20
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर entibo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix subtitles pop-up",
    "version": "1.2",
    "description": "Displays the subtitles in a different window",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "player.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/watch*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}