Duolingo immersion unlocker

Gives opportunity for many users to translate articles in Duolingo.

Hvad er Duolingo immersion unlocker?

Duolingo immersion unlocker er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Gives opportunity for many users to translate articles in Duolingo.".

Udvidelsesskærmbilleder

screenshot

Download Duolingo immersion unlocker-udvidelses-CRX-fil

Download Duolingo immersion unlocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Duolingo immersion unlocker Duolingo immersion unlocker
ID jcmaidkdmpnbnkahcpiiaobdokbjcjkg
Officiel URL https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg
Beskrivelse Gives opportunity for many users to translate articles in Duolingo.
Filstørrelse 17.76 KB
Antal Installationer 3,549
Nuværende Version 1.1
Senest Opdateret 2016-09-06
Udgivelsesdato 2016-09-06
Bedømmelse 2.62/5 Samlet 47 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}