Duolingo Binge
Automatically click 'Next' in Duolingo
什麼是Duolingo Binge?
Duolingo Binge是由Relution Enhancer開發的Chrome擴展程式,該擴展的主要功能是“Automatically click 'Next' in Duolingo”。
擴展截圖
下載Duolingo Binge擴展crx文件
下載Duolingo Binge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fbmkgmcpggolmkdjjgmjeacpkefiddcp |
| 官方網址 | https://chromewebstore.google.com/detail/duolingo-binge/fbmkgmcpggolmkdjjgmjeacpkefiddcp |
| 簡介 | Automatically click 'Next' in Duolingo |
| 檔案大小 | 16.82 KB |
| 安裝次數 | 3,000 |
| 目前版本 | 2.0 |
| 更新時間 | 2017-06-17 |
| 上架時間 | 2017-06-17 |
| 評分 | 2.44/5 共 27 次評分 |
| 開發者 | Relution Enhancer |
| 付費類型 | free |
| 擴展官網 | https://github.com/funkybaboon/duolingo-binge#readme |
| 支援的語言 | 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"
}
]
} | |