DoubleSubs
A browser extension that helps you learn languages by watching series and movies.
ما هو DoubleSubs؟
DoubleSubs هو إضافة Chrome تم تطويرها بواسطة https://doublesubs.com، والميزة الرئيسية لها هي "A browser extension that helps you learn languages by watching series and movies.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DoubleSubs
قم بتنزيل ملفات الامتداد DoubleSubs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Learn language with Double Subs 💬 Original and translated subtitles Start to understand the language by simply listening. 🔤 Text translation anywhere Select any text to view translation popup. 📘 Phrasebook Improve your vocabulary by saving new words to remember them better. ⚡️ Quick access to translation A quick translation will be useful when doing homework, chatting with a business partner, or when reading any foreign text. 🔊 Pronunciation Listen to the pronunciation of the word 🌙 Dark theme Beautiful dark theme designed to reduce eye strain at night
معلومات أساسية عن التمديد
الاسم | DoubleSubs |
ID | cfmeoknomhdgcbcmgmpbbjiggfboniie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/doublesubs/cfmeoknomhdgcbcmgmpbbjiggfboniie |
الوصف | A browser extension that helps you learn languages by watching series and movies. |
حجم الملف | 4.74 MB |
عدد التثبيتات | 5,552 |
النسخة الحالية | 1.9.5 |
آخر تحديث | 2024-01-11 |
تاريخ النشر | 2021-11-08 |
تقييم | 4.58/5 مجموع تقييمات 31 |
المطور | https://doublesubs.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.doublesubs.com/ |
عنوان صفحة المساعدة | https://www.doublesubs.com/contacts |
عنوان صفحة سياسة الخصوصية | https://www.doublesubs.com/privacy |
اللغات المدعومة | de,en,tr,es,pl,ru,uk,hi,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "default_locale": "en", "version": "1.9.5", "homepage_url": "https:\/\/www.doublesubs.com\/", "author": "DoubleSubs", "manifest_version": 2, "browser_action": { "default_popup": ".\/dist\/popup.html", "default_title": "Open the popup", "default_icon": ".\/dist\/assets\/icons\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'", "permissions": [ "tabs", "storage", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": ".\/dist\/assets\/icons\/icon128.png" }, "content_scripts": [ { "js": [ "dist\/content.dist.js" ], "css": [ "dist\/content.css", "dist\/tailwind.dist.css" ], "matches": [ " |