Duolingo immersion unlocker

Gives opportunity for many users to translate articles in Duolingo.

Duolingo immersion unlocker là gì?

Duolingo immersion unlocker là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Gives opportunity for many users to translate articles in Duolingo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Duolingo immersion unlocker

Tải xuống các tệp mở rộng Duolingo immersion unlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Duolingo sometimes just randomly puts users to A/B tests so some people have access to immersion, and some don't. Also people from Europe often are forbidden to translate articles. Many people are disappointed because they can't use Duolingo's killer feature: immersion.

There exists many workarounds how to get translation functionality, but this is the simplest and most comfortable one.

Just install this extension, and the immersion tab will be unlocked for you! Of course it will only work if immersion is available for your current languages.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Duolingo immersion unlocker Duolingo immersion unlocker
ID jcmaidkdmpnbnkahcpiiaobdokbjcjkg
URL Chính Thức https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg
Mô tả Gives opportunity for many users to translate articles in Duolingo.
Kích Thước Tệp 17.76 KB
Số Lần Cài Đặt 3,549
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-06
Ngày Phát Hành 2016-09-06
Đánh Giá 2.62/5 Tổng số 47 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duolingo immersion unlocker",
    "short_name": "Duo unlock",
    "description": "Gives opportunity for many users to translate articles in Duolingo.",
    "version": "1.1",
    "permissions": [
        "https:\/\/www.duolingo.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/duo16.png"
    },
    "icons": {
        "16": "icons\/duo16.png",
        "48": "icons\/duo48.png",
        "128": "icons\/duo128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/unlocker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        }
    ]
}