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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Bombparty Defuser |
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 } ] } |