Kahoot name bypass
Bypass kahoot names
Cos'è Kahoot name bypass?
Kahoot name bypass è un'estensione di Chrome sviluppata da Stephen noble, e la sua funzione principale è "Bypass kahoot names".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kahoot name bypass
Scarica i file di estensione Kahoot name bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Kahoot name bypass |
ID | jlfoemebeemiccmeabkegdpoehiafhbn |
URL Ufficiale | https://chromewebstore.google.com/detail/kahoot-name-bypass/jlfoemebeemiccmeabkegdpoehiafhbn |
Descrizione | Bypass kahoot names |
Dimensione del File | 17.47 KB |
Conteggio Installazioni | 7,479 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-01-05 |
Data di Pubblicazione | 2021-01-02 |
Valutazione | 3.58/5 Totale 12 Valutazioni |
Sviluppatore | Stephen noble |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |