Kahoot Name Bypasser

Allows for a custom nickname on a kahoot with only random nicknames allowed.

什么是Kahoot Name Bypasser?

Kahoot Name Bypasser是由silly cis 🤪 development开发的Chrome扩展程序,该扩展的主要功能是“Allows for a custom nickname on a kahoot with only random nicknames allowed.”。

扩展截图

screenshot
screenshot
screenshot

下载Kahoot Name Bypasser扩展crx文件

下载Kahoot Name Bypasser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lets you set a custom username in Kahoot when you shouldn't be able to. 😳

IMPORTANT:
This doesn't bypass Kahoot's bad word filter.                    

扩展基本信息

名称 Kahoot Name Bypasser Kahoot Name Bypasser
ID jfgegneebalomljahlfcohoobilfkhed
官方URL https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed
简介 Allows for a custom nickname on a kahoot with only random nicknames allowed.
文件大小 18.1 KB
安装次数 990
当前版本 1.0
更新时间 2021-02-02
上架时间 2021-02-01
评分 3.56/5 共9次评分
开发者 silly cis 🤪 development
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kahoot Name Bypasser",
    "version": "1.0",
    "description": "Allows for a custom nickname on a kahoot with only random nicknames allowed.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kahoot.it\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icos\/16.png",
        "32": "icos\/32.png",
        "48": "icos\/48.png",
        "128": "icos\/128.png"
    },
    "manifest_version": 2
}