Kahoot Keys

Win Kahoot with speed!

Apa itu Kahoot Keys?

Kahoot Keys adalah ekstensi Chrome yang dikembangkan oleh ebreakey, dan fitur utamanya adalah "Win Kahoot with speed!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kahoot Keys

Unduh file ekstensi Kahoot Keys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to use the first four number keys on your keyboard to press the buttons in Kahoot rather than use a mouse. This is faster and easier to do meaning, you can win more often!                    

Informasi Dasar Ekstensi

Nama Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
URL Resmi https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
Deskripsi Win Kahoot with speed!
Ukuran File 574 KB
Jumlah Instalasi 36,851
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-05-09
Tanggal Publikasi 2018-05-09
Penilaian 2.00/5 Total 42 Penilaian
Pengembang ebreakey
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kahoot Keys",
    "author": "Ewan Breakey",
    "description": "Win Kahoot with speed!",
    "version": "0.3",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kahoot.it\/*",
                "http:\/\/kahoot.it\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}