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ファイルをダウンロード

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 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
Eメール [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"
    ]
}