Bombparty Defuser
A tool to help you pick better words in Bombparty
Что такое Bombparty Defuser?
Bombparty Defuser - это расширение Chrome, разработанное philip.developer.email, и его основная функция - "A tool to help you pick better words in Bombparty".
Снимки экрана расширения
Скачать файл CRX расширения Bombparty Defuser
Скачайте файлы расширений Bombparty Defuser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | imffefdpajgeogpcjjdadldidamdbikb |
| Официальный URL | https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb |
| Описание | A tool to help you pick better words in Bombparty |
| Размер файла | 1.34 MB |
| Количество установок | 8,571 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-04-25 |
| Дата публикации | 2022-03-21 |
| Рейтинг | 3.58/5 Всего 19 оценок |
| Разработчик | philip.developer.email |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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
}
]
} | |