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 |
| 公式URL | 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"
}
]
} | |