Battleship helper

Cell lighting for game battleship on en.battleship-game.org

Battleship helperคืออะไร?

Battleship helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lobz1g และคุณลักษณะหลักของมันคือ "Cell lighting for game battleship on en.battleship-game.org"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battleship helper

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

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

                        Battleship helper would highlight cell for best choice                    

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

ชื่อ Battleship helper Battleship helper
ID fdcoblhgjkbpbipbpljkghpohaolggbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo
คำอธิบาย Cell lighting for game battleship on en.battleship-game.org
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2020-08-21
วันที่เผยแพร่ 2020-08-20
ผู้พัฒนา lobz1g
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battleship helper",
    "version": "3.0",
    "description": "Cell lighting for game battleship on en.battleship-game.org",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.battleship-game.org\/"
            ],
            "js": [
                "src\/js\/jquery-3.5.1.min.js",
                "src\/js\/game.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "src\/html\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    }
}