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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ |
URL страницы помощи | https://www.doublesubs.com/contacts |
URL страницы политики конфиденциальности | 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": [ " |