Bombparty Defuser
A tool to help you pick better words in Bombparty
Cos'è Bombparty Defuser?
Bombparty Defuser è un'estensione di Chrome sviluppata da philip.developer.email, e la sua funzione principale è "A tool to help you pick better words in Bombparty".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bombparty Defuser
Scarica i file di estensione Bombparty Defuser 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
Bombparty Defuser is a tool that helps you choose better words in the game Bombparty on the website jklm.fun. Once installed, join a game. Then, click on the extension icon to open the extension menu. Click the toggle button to activate the tool. Created by Philip Roberts. Visuals by Grant Miller.
Informazioni di Base sull'Estensione
Nome | Bombparty Defuser |
ID | imffefdpajgeogpcjjdadldidamdbikb |
URL Ufficiale | https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb |
Descrizione | A tool to help you pick better words in Bombparty |
Dimensione del File | 1.34 MB |
Conteggio Installazioni | 8,571 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-04-25 |
Data di Pubblicazione | 2022-03-21 |
Valutazione | 3.58/5 Totale 19 Valutazioni |
Sviluppatore | philip.developer.email |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bombparty Defuser", "version": "1.0.1", "description": "A tool to help you pick better words in Bombparty", "manifest_version": 3, "author": "Philip Roberts", "icons": { "128": "images\/icon128.png" }, "action": { "default_popup": "index.html", "default_title": "Window" }, "content_scripts": [ { "matches": [ "https:\/\/*.jklm.fun\/*", "https:\/\/jklm.fun\/*" ], "js": [ "content-script.js" ], "all_frames": true } ] } |