Netflix Enhanced
Extension to enhance your Netflix experience
Netflix Enhanced क्या है?
Netflix Enhanced T.A.E Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to enhance your Netflix experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more. Options available to enable and disable features as desired. Disclaimer: NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..
एक्सटेंशन की मूल जानकारी
नाम | Netflix Enhanced |
ID | gepdfpfaoconabdpgaaklcmgbagbponn |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn |
विवरण | Extension to enhance your Netflix experience |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2020-05-31 |
प्रकाशन तिथि | 2020-05-30 |
डेवलपर | T.A.E Developers |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Enhanced", "version": "0.0.6", "description": "Extension to enhance your Netflix experience", "icons": { "128": "images\/icons128.png", "48": "images\/icons48.png", "16": "images\/icons16.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "scripts\/global.js", "scripts\/variables.js", "scripts\/content.js", "scripts\/jquery.js" ] } ], "permissions": [ "*:\/\/www.netflix.com\/*", "storage" ] } |