Language Learning with Frogly

Language Learning with Netflix, YouTube and Amazon Prime Video – double subtitles and word translation. Add to Chrome for Free!

Language Learning with Froglyคืออะไร?

Language Learning with Frogly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frogly.app และคุณลักษณะหลักของมันคือ "Language Learning with Netflix, YouTube and Amazon Prime Video – double subtitles and word translation. Add to Chrome for Free!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Language Learning with Frogly

ดาวน์โหลดไฟล์ส่วนขยาย Language Learning with Frogly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Frogly (Language Learning with Netflix, YouTube and Amazon Prime Video) is a free Chrome extension for watching Netflix & YouTube with double subtitles and translating words with the mouse cursor moves on them. Meet a new way to learn languages while watching Netflix!

★★ Features ★★

✓ Watching videos with double subtitles
✓ Translate words with the mouse cursor moves on them
✓ Click on a word for advanced translation
✓ Hotkeys to move between subtitles
✓ Save words in your personal dictionary (Premium)
✓ Word definition and translations (Premium)
✓ Word memory exercises (Premium)

☆☆ How to use this extension ☆☆

1. Install Frogly Extension;
2. Start watching any series or movie on Netflix just like you always do;
3. You'll see the Frogly icon in the video player, click on it and select the languages you want;
4. Here it is! Now you can get double subtitles (in case this series/movie on Netflix has subtitles in the target languages) and word translation as you move your mouse cursor.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Language Learning with Frogly Language Learning with Frogly
ID jfmlfmpdclmcknhmonpdhppojbnoinpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/language-learning-with-fr/jfmlfmpdclmcknhmonpdhppojbnoinpb
คำอธิบาย Language Learning with Netflix, YouTube and Amazon Prime Video – double subtitles and word translation. Add to Chrome for Free!
ขนาดไฟล์ 615 KB
จำนวนการติดตั้ง 50,952
เวอร์ชันปัจจุบัน 1.7.3
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2021-05-12
คะแนน 2.90/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา https://frogly.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://frogly.app/
URL หน้าช่วยเหลือ https://frogly.app/
URL หน้านโยบายความเป็นส่วนตัว https://frogly.app/privacy
ภาษาที่รองรับ en,tr,es,pt-BR,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "version": "1.7.3",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/www.netflix.com\/watch\/*",
        "https:\/\/assets.nflxext.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/frogly.app\/*",
        "*:\/\/*.frogly.app\/*",
        "*:\/\/*.frogly-api.net\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "512": "images\/icon356.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "browserAction.html",
        "default_icon": "images\/icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "videoStreamingWebsite.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/frogly.app\/*",
                "*:\/\/*.frogly-api.net\/*",
                "*:\/\/*.frogly.app\/*"
            ],
            "js": [
                "froglyWebsite.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "netflixWebsiteInjection.bundle.js",
        "youtubeWebsiteInjection.bundle.js",
        "amazonWebsiteInjection.bundle.js",
        "authFrogly.bundle.js",
        "images\/*",
        "*:\/\/*.frogly-api.net\/*",
        "*:\/\/*.frogly.app\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}