Unsubtitle for Netflix
Remove forced Netflix subtitles.
Unsubtitle for Netflix क्या है?
Unsubtitle for Netflix Jonathan Duarte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove forced Netflix subtitles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unsubtitle for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The problem: Some shows on Netflix can’t have their subtitles turned off for some reason, but we think you should have the option to do that, so we created Unsubtitle. The solution: Unsubtitle is a small extension that removes subtitles from any show on Netflix instantaneously. This is specially good for people studying foreign languages or those annoyed by the clutter it creates on the screen. Safe: The extension doesn’t have access to anything in your Netflix account — it just changes the current screen that’s being rendered in your browser at the time you click the button. To turn subtitles back on, just click the icon again.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhallfieahekmidfbaeobbdiajlmapfg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/unsubtitle-for-netflix/fhallfieahekmidfbaeobbdiajlmapfg |
विवरण | Remove forced Netflix subtitles. |
फ़ाइल का आकार | 41.6 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2015-05-12 |
प्रकाशन तिथि | 2015-05-12 |
रेटिंग | 4.88/5 कुल 77 रेटिंग्स |
डेवलपर | Jonathan Duarte |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsubtitle for Netflix", "description": "Remove forced Netflix subtitles.", "version": "2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Remove subtitles", "default_icon": "19.png" }, "icons": { "16": "16.png", "19": "19.png", "24": "24.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |