Battleship helper

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

Battleship helper là gì?

Battleship helper là một tiện ích mở rộng Chrome được phát triển bởi lobz1g, và tính năng chính của nó là "Cell lighting for game battleship on en.battleship-game.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Battleship helper

Tải xuống các tệp mở rộng Battleship helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Battleship helper would highlight cell for best choice                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Battleship helper Battleship helper
ID fdcoblhgjkbpbipbpljkghpohaolggbo
URL Chính Thức https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo
Mô tả Cell lighting for game battleship on en.battleship-game.org
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-08-21
Ngày Phát Hành 2020-08-20
Nhà Phát Triển lobz1g
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}