Bomb Party King

Provides word hints while playing Bomb Party

Bomb Party Kingคืออะไร?

Bomb Party King เป็นส่วนขยายของ Chrome ที่พัฒนาโดย farhadtv57 และคุณลักษณะหลักของมันคือ "Provides word hints while playing Bomb Party"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bomb Party King

ดาวน์โหลดไฟล์ส่วนขยาย Bomb Party King ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bomb Party King is a must-have Chrome extension for avid players of the popular online word game, Bomb Party. This powerful tool is designed to enhance your gameplay experience by providing you with invaluable word hints and tips in real-time, giving you the edge you need to become the ultimate Bomb Party champion.

As you race against the clock to come up with words that fit a specific category while avoiding the ticking bomb, Bomb Party King acts as your trusty virtual assistant, offering intelligent suggestions to help you come up with the perfect word quickly. With its extensive word database and advanced algorithms, Bomb Party King can generate hints based on the current category, letter patterns, and word length, ensuring that you never run out of ideas.

Featuring a sleek and intuitive user interface, Bomb Party King seamlessly integrates with Bomb Party, appearing as an unobtrusive sidebar that doesn't disrupt your gameplay. You can easily customize its settings to suit your preferences, including adjusting the level of hints provided or toggling specific features on or off.

Whether you're a seasoned Bomb Party player looking to improve your skills or a newcomer trying to get the hang of the game, Bomb Party King is your ultimate companion. Say goodbye to the frustration of getting stuck and running out of time, and say hello to an enhanced gaming experience with Bomb Party King by your side. Get the Chrome extension now and prepare to reign as the Bomb Party King!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bomb Party King Bomb Party King
ID ifgcmjdeplclnnpapfmfbedbnmneimle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bomb-party-king/ifgcmjdeplclnnpapfmfbedbnmneimle
คำอธิบาย Provides word hints while playing Bomb Party
ขนาดไฟล์ 84.81 KB
จำนวนการติดตั้ง 461
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา farhadtv57
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://actiongamesking.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bomb Party King",
    "version": "1.3.0",
    "description": "Provides word hints while playing Bomb Party",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.jklm.fun\/*"
    ],
    "action": {
        "default_title": "Bomb Party Hints",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "words.txt"
            ],
            "matches": []
        }
    ],
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "options_page": "options\/options.html"
}