Duolingo Binge
Automatically click 'Next' in Duolingo
Vad är Duolingo Binge?
Duolingo Binge är en Chrome-tillägg utvecklad av Relution Enhancer, och dess huvudfunktion är "Automatically click 'Next' in Duolingo".
Tilläggsskärmbilder
Ladda ner Duolingo Binge-förlängningens CRX-fil
Ladda ner Duolingo Binge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fbmkgmcpggolmkdjjgmjeacpkefiddcp | 
| Officiell webbadress | https://chromewebstore.google.com/detail/duolingo-binge/fbmkgmcpggolmkdjjgmjeacpkefiddcp | 
| Beskrivning | Automatically click 'Next' in Duolingo | 
| Filstorlek | 16.82 KB | 
| Antal Installationer | 3,000 | 
| Aktuell Version | 2.0 | 
| Senast Uppdaterad | 2017-06-17 | 
| Publiceringsdatum | 2017-06-17 | 
| Betyg | 2.44/5 Totalt 27 Betyg | 
| Utvecklare | Relution Enhancer | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/funkybaboon/duolingo-binge#readme | 
| Stödda Språk | 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"
        }
    ]
}  |  |