Bombparty Defuser
A tool to help you pick better words in Bombparty
Qu'est-ce que Bombparty Defuser ?
Bombparty Defuser est une extension Chrome développée par philip.developer.email, et sa fonction principale est "A tool to help you pick better words in Bombparty".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bombparty Defuser
Téléchargez les fichiers d'extension Bombparty Defuser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bombparty Defuser |
ID | imffefdpajgeogpcjjdadldidamdbikb |
URL Officiel | https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb |
Description | A tool to help you pick better words in Bombparty |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 8,571 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-04-25 |
Date de Publication | 2022-03-21 |
Évaluation | 3.58/5 Total 19 Évaluations |
Développeur | philip.developer.email |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |