GunBlood

GunBlood gun dueling game HTML5

GunBlood là gì?

GunBlood là một tiện ích mở rộng Chrome được phát triển bởi Premium Games, và tính năng chính của nó là "GunBlood gun dueling game HTML5".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng GunBlood 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

                        In this remarkable cowboy game, you are thrust into the boots of a fearless gunslinger, ready to face off against formidable opponents in the ultimate test of speed and accuracy. Your survival depends on your ability to draw your gun swiftly and shoot your opponent before they can do the same to you.

The stakes are high, my friend, as you find yourself engaged in duels that demand lightning-fast reflexes and a steady hand. The key to victory lies in not only being quick but also aiming with unerring precision. Every millisecond counts as you strive to outmaneuver and outgun your opponents in a battle of nerves and skill.

Chrome extension that allows you to play the game anytime, anywhere, without the need for an internet connection.
As you delve deeper into the world of Gun Blood, you'll encounter a diverse cast of opponents, each with their own quirks and strategies. With every duel you win, you will solidify your reputation as a skilled gunslinger, feared and respected by all who cross your path.                    

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

Tên GunBlood GunBlood
ID kfjgmmibhcmcgibhdhonfhahbajecngj
URL Chính Thức https://chromewebstore.google.com/detail/gunblood/kfjgmmibhcmcgibhdhonfhahbajecngj
Mô tả GunBlood gun dueling game HTML5
Kích Thước Tệp 9.35 MB
Số Lần Cài Đặt 416
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2023-06-08
Nhà Phát Triển Premium Games
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacy-policy-092/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [],
    "description": "GunBlood gun dueling game HTML5",
    "action": {
        "default_title": "GunBlood",
        "default_icon": "icons\/32.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "version": "2.0.1",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "name": "GunBlood"
}