FREE Upgrades for Netflix™!

FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!

FREE Upgrades for Netflix™! क्या है?

FREE Upgrades for Netflix™! Free Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!"।

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

screenshot

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

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

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

                        Watch Netflix the way you want. Customize your viewing experience when you watch Netflix.

Binge watch episodes by having automatic play for next episode when the current episode ends
Save time by skipping title sequences
Hide auto play promoted videos
Control the speed at which videos play

Video speed rate option
It helps when you are bored with a slow movie, speed it up or you can slow down a movie if you are trying to learn a new foreign language.

** Disclaimer ** Netflix is a trademark of Netflix, this extension is not affiliated with Netflix.                    

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

नाम FREE Upgrades for Netflix™! FREE Upgrades for Netflix™!
ID iidlchgbbcokiekecelajlehbfmmfkko
आधिकारिक URL https://chromewebstore.google.com/detail/free-upgrades-for-netflix/iidlchgbbcokiekecelajlehbfmmfkko
विवरण FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!
फ़ाइल का आकार 401 KB
स्थापना संख्या 1,207
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2020-05-12
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर Free Apps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://word-pdf.freeonlineapps.net/privacy-policy
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background-mv3.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_manifest_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/selectors.js",
                "js\/common.js",
                "html\/NEN.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/netflix-improved.freebusinessapps.net"
}