DoubleSubs

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

DoubleSubs란 무엇입니까?

DoubleSubs은(는) https://doublesubs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that helps you learn languages by watching series and movies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

DoubleSubs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
                ""
            ]
        }
    ],
    "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"
    ]
}