Duolingo Binge
Automatically click 'Next' in Duolingo
What is Duolingo Binge?
Duolingo Binge is a Chrome extension developed by Relution Enhancer, and its main feature is "Automatically click 'Next' in Duolingo".
Extension Screenshots
Download Duolingo Binge Extension CRX File
Download Duolingo Binge 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
A chrome extension to automatically start and end Duolingo lessons. Saves three mouse clicks per lesson. Detailed description on github http://bit.ly/duo-binge Duolingo Binge is not an official product of Duolingo. I'm only sharing my personal scripts.
Extension Basic Information
Name | Duolingo Binge |
ID | fbmkgmcpggolmkdjjgmjeacpkefiddcp |
Official URL | https://chromewebstore.google.com/detail/duolingo-binge/fbmkgmcpggolmkdjjgmjeacpkefiddcp |
Description | Automatically click 'Next' in Duolingo |
File Size | 16.82 KB |
Installation Count | 3,000 |
Current Version | 2.0 |
Last Updated | 2017-06-17 |
Publish Date | 2017-06-17 |
Rating | 2.44/5 Total 27 Ratings |
Developer | Relution Enhancer |
Payment Type | free |
Extension Website | https://github.com/funkybaboon/duolingo-binge#readme |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Binge", "short_name": "Duo Binge", "description": "Automatically click 'Next' in Duolingo", "version": "2.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/**" ], "js": [ "arrive.min.js", "clicker.js" ], "run_at": "document_end" } ] } |