Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

Netflix Subtitle Options क्या है?

Netflix Subtitle Options Alex Rodin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netflix Subtitle Options - Improve the visibility of Netflix subtitles"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        It allows you to configure readable color, background color and font size.                    

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

नाम Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
आधिकारिक URL https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
विवरण Netflix Subtitle Options - Improve the visibility of Netflix subtitles
फ़ाइल का आकार 9.9 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2017-11-14
प्रकाशन तिथि 2017-11-14
रेटिंग 3.92/5 कुल 13 रेटिंग्स
डेवलपर Alex Rodin
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}