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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |