DoubleSubs

A browser extension that helps you learn languages by watching series and movies.

¿Qué es DoubleSubs?

DoubleSubs es una extensión de Chrome desarrollada por https://doublesubs.com, y su función principal es "A browser extension that helps you learn languages by watching series and movies.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DoubleSubs

Descarga archivos de extensión DoubleSubs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre DoubleSubs DoubleSubs
ID cfmeoknomhdgcbcmgmpbbjiggfboniie
URL Oficial https://chromewebstore.google.com/detail/doublesubs/cfmeoknomhdgcbcmgmpbbjiggfboniie
Descripción A browser extension that helps you learn languages by watching series and movies.
Tamaño del Archivo 4.74 MB
Cantidad de Instalaciones 5,552
Versión Actual 1.9.5
Última Actualización 2024-01-11
Fecha de Publicación 2021-11-08
Calificación 4.58/5 Total de 31 Calificaciones
Desarrollador https://doublesubs.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.doublesubs.com/
URL de la Página de Ayuda https://www.doublesubs.com/contacts
URL de la Página de Política de Privacidad https://www.doublesubs.com/privacy
Idiomas Soportados 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": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.dist.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "dist\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "dist\/assets\/flags\/round\/russia.png",
        "dist\/assets\/flags\/round\/united-states.png",
        "dist\/assets\/flags\/round\/albania.png",
        "dist\/assets\/flags\/round\/saudi-arabia.png",
        "dist\/assets\/flags\/round\/armenia.png",
        "dist\/assets\/flags\/round\/azerbaijan.png",
        "dist\/assets\/flags\/round\/bulgaria.png",
        "dist\/assets\/flags\/round\/china.png",
        "dist\/assets\/flags\/round\/czech-republic.png",
        "dist\/assets\/flags\/round\/denmark.png",
        "dist\/assets\/flags\/round\/netherlands.png",
        "dist\/assets\/flags\/round\/estonia.png",
        "dist\/assets\/flags\/round\/finland.png",
        "dist\/assets\/flags\/round\/france.png",
        "dist\/assets\/flags\/round\/germany.png",
        "dist\/assets\/flags\/round\/greece.png",
        "dist\/assets\/flags\/round\/india.png",
        "dist\/assets\/flags\/round\/israel.png",
        "dist\/assets\/flags\/round\/hungary.png",
        "dist\/assets\/flags\/round\/indonesia.png",
        "dist\/assets\/flags\/round\/ireland.png",
        "dist\/assets\/flags\/round\/italy.png",
        "dist\/assets\/flags\/round\/japan.png",
        "dist\/assets\/flags\/round\/kazakhstan.png",
        "dist\/assets\/flags\/round\/south-korea.png",
        "dist\/assets\/flags\/round\/latvia.png",
        "dist\/assets\/flags\/round\/lithuania.png",
        "dist\/assets\/flags\/round\/republic-of-macedonia.png",
        "dist\/assets\/flags\/round\/malaysia.png",
        "dist\/assets\/flags\/round\/norway.png",
        "dist\/assets\/flags\/round\/poland.png",
        "dist\/assets\/flags\/round\/brazil.png",
        "dist\/assets\/flags\/round\/romania.png",
        "dist\/assets\/flags\/round\/serbia.png",
        "dist\/assets\/flags\/round\/slovakia.png",
        "dist\/assets\/flags\/round\/slovenia.png",
        "dist\/assets\/flags\/round\/spain.png",
        "dist\/assets\/flags\/round\/sweden.png",
        "dist\/assets\/flags\/round\/thailand.png",
        "dist\/assets\/flags\/round\/turkey.png",
        "dist\/assets\/flags\/round\/ukraine.png",
        "dist\/assets\/flags\/round\/uzbekistan.png",
        "dist\/assets\/flags\/round\/vietnam.png"
    ]
}