Netflix Plus

Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!

Netflix Plus क्या है?

Netflix Plus Zion Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!"।

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

screenshot
screenshot
screenshot

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

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

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

                        ** This is NOT a Netflix Official Extension! **

Automatically resume movie when it get paused by AFK. (HTML5)
Change the movie's subtitle font, color, size, shadow size and color ! (HTML5)

More features to come!

Netflix is a Website owned by Netflix International B.V.
All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.                    

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

नाम Netflix Plus Netflix Plus
ID mnaccajcnpoopaeogmdaffkmmhdlbfhe
आधिकारिक URL https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe
विवरण Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
फ़ाइल का आकार 100 KB
स्थापना संख्या 849
वर्तमान संस्करण 2.5.7
अंतिम अपडेट 2017-03-27
प्रकाशन तिथि 2017-03-27
रेटिंग 3.44/5 कुल 16 रेटिंग्स
डेवलपर Zion Developers
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "include_globs": [
                "*netflix.com*"
            ],
            "css": [],
            "js": [
                "includes\/jquery-2.1.1.min.js",
                "includes\/netflix.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_title": "Options",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "includes\/options.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "name": "Netflix Plus",
    "short_name": "Netflix+",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "2.5.7",
    "web_accessible_resources": [
        "icons\/icon.png",
        "includes\/jquery-2.1.1.min.js",
        "includes\/netflix.js",
        "jquery-2.1.1.min.map"
    ]
}