Duolingo Strengthen Skills Pro

Select which Duolingo Skills you want to strengthen

Cos'è Duolingo Strengthen Skills Pro?

Duolingo Strengthen Skills Pro è un'estensione di Chrome sviluppata da Emil Bruckner, e la sua funzione principale è "Select which Duolingo Skills you want to strengthen".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Duolingo Strengthen Skills Pro

Scarica i file di estensione Duolingo Strengthen Skills Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Duolingo Strengthen Skills Pro helps you to get all your skills to gold!

Instead of using the old strengthen skills button, you can now use the Pro Version.
It lets you choose what you want to strengthen. By for example only exercising your weakest strengths you can get to fluency much faster.

Note: This may not work for everyone, please contact if it doesn't!

Disclaimer: This is not made by Duolingo.                    

Informazioni di Base sull'Estensione

Nome Duolingo Strengthen Skills Pro Duolingo Strengthen Skills Pro
ID ggooojmooaenngobdaacnpmonmdgfakl
URL Ufficiale https://chromewebstore.google.com/detail/duolingo-strengthen-skill/ggooojmooaenngobdaacnpmonmdgfakl
Descrizione Select which Duolingo Skills you want to strengthen
Dimensione del File 42.44 KB
Conteggio Installazioni 381
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-06-03
Data di Pubblicazione 2017-06-03
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Emil Bruckner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hyperurl.co/extension
URL della Pagina di Aiuto http://hyperurl.co/extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo Strengthen Skills Pro",
    "version": "0.1.1",
    "author": "Emil Bruckner",
    "description": "Select which Duolingo Skills you want to strengthen",
    "homepage_url": "http:\/\/hyperurl.co\/duo?IQid=chrome.0-1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*",
                "http:\/\/www.duolingo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}