Kahoot name bypass

Bypass kahoot names

什麼是Kahoot name bypass?

Kahoot name bypass是由Stephen noble開發的Chrome擴展程式,該擴展的主要功能是“Bypass kahoot names”。

擴展截圖

screenshot
screenshot

下載Kahoot name bypass擴展crx文件

下載Kahoot name bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Show up to your kahoot game in style with this chrome extension!
Simply download the extension, go to kahoot.it and click the icon.
Type in your name, click bypass and copy the text!
TᕼIᔕ Iᔕ ᗩᑎ E᙭ᗩᗰᑭᒪE Oᖴ ᗷYᑭᗩᔕᔕEᗪ TE᙭T!                    

擴展基本資訊

名稱 Kahoot name bypass Kahoot name bypass
ID jlfoemebeemiccmeabkegdpoehiafhbn
官方網址 https://chromewebstore.google.com/detail/kahoot-name-bypass/jlfoemebeemiccmeabkegdpoehiafhbn
簡介 Bypass kahoot names
檔案大小 17.47 KB
安裝次數 7,479
目前版本 1.1
更新時間 2021-01-05
上架時間 2021-01-02
評分 3.58/5 共 12 次評分
開發者 Stephen noble
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kahoot name bypass",
    "version": "1.1",
    "permissions": [
        "declarativeContent"
    ],
    "description": "Bypass kahoot names",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "Popup.html",
        "default_icon": {
            "128": "Icon.png"
        }
    },
    "icons": {
        "48": "Icon48.png",
        "128": "Icon.png"
    },
    "manifest_version": 2
}