Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

What is Smarter Duo?

Smarter Duo is a Chrome extension developed by Ippo, and its main feature is "This extension makes Duolingo's choice of practice more intelligent".

Download Smarter Duo Extension CRX File

Download Smarter Duo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
Official URL https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Description This extension makes Duolingo's choice of practice more intelligent
File Size 18.79 KB
Installation Count 149
Current Version 0.1
Last Updated 2017-06-10
Publish Date 2017-06-10
Rating 4.60/5 Total 5 Ratings
Developer Ippo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}