Netflix Subtitles Customizer
Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Netflix Subtitles Customizer क्या है?
Netflix Subtitles Customizer kwiniarski97 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ever got annoyed with netflix lack of subtitle options? This extension is for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Subtitles Customizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to customize Netflix.com subtitles. Features: -disable closed captions -...
एक्सटेंशन की मूल जानकारी
नाम | Netflix Subtitles Customizer |
ID | dfdonoicdcghnjdleacdfjkgpbdmmjnn |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn |
विवरण | Ever got annoyed with netflix lack of subtitle options? This extension is for you. |
फ़ाइल का आकार | 29.16 KB |
स्थापना संख्या | 146 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-10-09 |
प्रकाशन तिथि | 2018-10-09 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | kwiniarski97 |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/kwiniarski97/netflix-sub-customizer |
समर्थित भाषाएँ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Subtitles Customizer", "short_name": "NSC", "version": "1.0", "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ", "manifest_version": 2, "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "js\/netflix.js" ] } ] } |