Netflix Unsubtitler
Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Netflix Unsubtitler क्या है?
Netflix Unsubtitler Guilherme D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Unsubtitler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
विवरण | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
फ़ाइल का आकार | 11.82 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2013-09-05 |
प्रकाशन तिथि | 2013-09-05 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Guilherme D |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.2", "default_locale": "en", "description": "__MSG_extDescription__", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.akam.nflximg.com\/soa2\/*" ], "background": { "scripts": [ "unsubtitler.js" ] } } |