Kahoot name bypass
Bypass kahoot names
什么是Kahoot name bypass?
Kahoot name bypass是由Stephen noble开发的Chrome扩展程序,该扩展的主要功能是“Bypass kahoot names”。
扩展截图
下载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 |
ID | jlfoemebeemiccmeabkegdpoehiafhbn |
官方URL | 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 } |