Bombparty Defuser
A tool to help you pick better words in Bombparty
Wat is Bombparty Defuser?
Bombparty Defuser is een Chrome-extensie ontwikkeld door philip.developer.email, en de belangrijkste functie is "A tool to help you pick better words in Bombparty".
Extensie Screenshots
Download het CRX-bestand van de extensie Bombparty Defuser
Download Bombparty Defuser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | imffefdpajgeogpcjjdadldidamdbikb |
| Officiële URL | https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb |
| Beschrijving | A tool to help you pick better words in Bombparty |
| Bestandsgrootte | 1.34 MB |
| Aantal Installaties | 8,571 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-04-25 |
| Publicatiedatum | 2022-03-21 |
| Beoordeling | 3.58/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | philip.developer.email |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |