Duolingo Binge

Automatically click 'Next' in Duolingo

Duolingo Bingeคืออะไร?

Duolingo Binge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Relution Enhancer และคุณลักษณะหลักของมันคือ "Automatically click 'Next' in Duolingo"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Binge

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Duolingo Binge Duolingo Binge
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"
        }
    ]
}