Quizlet Hacker

Automatically completes every quizlet activity!

Quizlet Hackerคืออะไร?

Quizlet Hacker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Llama Dev และคุณลักษณะหลักของมันคือ "Automatically completes every quizlet activity!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Quizlet Hacker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically completes every quizlet activity with minimal user input. Note that for many activities it will copy the correct answer to your clipboard. Simply paste the word!

This extension also works for Quizlet Live.

Make sure you scan the quizlet terms first before using. Confirm that the extension found the correct number of terms. If not, try loading all terms on the webpage first.                    

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

ชื่อ Quizlet Hacker Quizlet Hacker
ID kbhbhldnmkajohcalhnbnngfomeejejn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn
คำอธิบาย Automatically completes every quizlet activity!
ขนาดไฟล์ 12.83 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-03-23
คะแนน 4.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Llama Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet Hacker",
    "author": "Llama Dev",
    "description": "Automatically completes every quizlet activity!",
    "version": "3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quizlet.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/images\/Quizlet_Hacker.png"
        }
    },
    "icons": {
        "32": "\/images\/Quizlet_Hacker.png"
    }
}