Netflix Subtitles Translator
Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
Netflix Subtitles Translator क्या है?
Netflix Subtitles Translator krbv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Subtitles Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to quickly translate netflix subtitles from one language to other language.
एक्सटेंशन की मूल जानकारी
नाम | Netflix Subtitles Translator |
ID | lifnhhhbkmkobgokokejfjnfpgcnappe |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe |
विवरण | Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support. |
फ़ाइल का आकार | 90.9 KB |
स्थापना संख्या | 5,588 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2018-11-23 |
प्रकाशन तिथि | 2018-11-23 |
रेटिंग | 3.50/5 कुल 10 रेटिंग्स |
डेवलपर | krbv |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "content-script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_end" } ], "description": "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Netflix Subtitles Translator", "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "Netflix Subtitles Translator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2" } |