Quizlet Hacker

Automatically completes every quizlet activity!

什麼是Quizlet Hacker?

Quizlet Hacker是由Llama Dev開發的Chrome擴展程式,該擴展的主要功能是“Automatically completes every quizlet activity!”。

擴展截圖

screenshot
screenshot
screenshot

下載Quizlet Hacker擴展crx文件

下載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
官方網址 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"
    }
}