Duolingo immersion unlocker

Gives opportunity for many users to translate articles in Duolingo.

Qu'est-ce que Duolingo immersion unlocker ?

Duolingo immersion unlocker est une extension Chrome développée par Unknown, et sa fonction principale est "Gives opportunity for many users to translate articles in Duolingo.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Duolingo immersion unlocker

Téléchargez les fichiers d'extension Duolingo immersion unlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Duolingo immersion unlocker Duolingo immersion unlocker
ID jcmaidkdmpnbnkahcpiiaobdokbjcjkg
URL Officiel https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg
Description Gives opportunity for many users to translate articles in Duolingo.
Taille du Fichier 17.76 KB
Nombre d'Installations 3,549
Version Actuelle 1.1
Dernière Mise à Jour 2016-09-06
Date de Publication 2016-09-06
Évaluation 2.62/5 Total 47 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}