Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
Netflix Multilingual CC Translator क्या है?
Netflix Multilingual CC Translator https://smartphone.az द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlock a world of multilingual entertainment with our Chrome extension!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Multilingual CC Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the Ultimate Netflix Companion Chrome Extension: Seamlessly enjoy your favorite movies and series on Netflix like never before! Our innovative extension enhances your viewing experience by effortlessly translating closed captions into the language of your choice. Say goodbye to language barriers and hello to global entertainment. Immerse yourself in captivating stories, while our extension takes care of the translations. Elevate your streaming adventure with our Netflix Companion Chrome Extension and unlock a world of multilingual entertainment at your fingertips!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
विवरण | Unlock a world of multilingual entertainment with our Chrome extension! |
फ़ाइल का आकार | 35.03 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-08-19 |
प्रकाशन तिथि | 2023-08-18 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://smartphone.az |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://smartphone.az |
गोपनीयता नीति पृष्ठ URL | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix Multilingual CC Translator", "version": "1.0", "description": "Unlock a world of multilingual entertainment with our Chrome extension!", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.netflix.com\/", "http:\/\/translation.smartphone.az\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } } |