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
公式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
Eメール [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"
    }
}