Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
Netflix Multilingual CC Translatorคืออะไร?
Netflix Multilingual CC Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartphone.az และคุณลักษณะหลักของมันคือ "Unlock a world of multilingual entertainment with our Chrome extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Multilingual CC Translator
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Multilingual CC Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } } |