Duolingo Strengthen Skills Pro

Select which Duolingo Skills you want to strengthen

Apa itu Duolingo Strengthen Skills Pro?

Duolingo Strengthen Skills Pro adalah ekstensi Chrome yang dikembangkan oleh Emil Bruckner, dan fitur utamanya adalah "Select which Duolingo Skills you want to strengthen".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Duolingo Strengthen Skills Pro

Unduh file ekstensi Duolingo Strengthen Skills Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Duolingo Strengthen Skills Pro Duolingo Strengthen Skills Pro
ID ggooojmooaenngobdaacnpmonmdgfakl
URL Resmi https://chromewebstore.google.com/detail/duolingo-strengthen-skill/ggooojmooaenngobdaacnpmonmdgfakl
Deskripsi Select which Duolingo Skills you want to strengthen
Ukuran File 42.44 KB
Jumlah Instalasi 381
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-06-03
Tanggal Publikasi 2017-06-03
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Emil Bruckner
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://hyperurl.co/extension
URL Halaman Bantuan http://hyperurl.co/extension
Bahasa yang Didukung 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"
        ]
    }
}