Zombs REEE!

Community mod for the Zombs Royale game.

Zombs REEE! là gì?

Zombs REEE! là một tiện ích mở rộng Chrome được phát triển bởi Interceptor, và tính năng chính của nó là "Community mod for the Zombs Royale game.".

Ả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 Zombs REEE!

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

                        Adds the ability to block incoming friend requests and/or party invites (so gameplay isn't obscured/disturbed), as well as the option to play a sound notification instead.                    

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

Tên Zombs REEE! Zombs REEE!
ID olhcpcdjdoilmmfdipdbfifbipgfedlf
URL Chính Thức https://chromewebstore.google.com/detail/zombs-reee/olhcpcdjdoilmmfdipdbfifbipgfedlf
Mô tả Community mod for the Zombs Royale game.
Kích Thước Tệp 1.17 MB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-02-11
Ngày Phát Hành 2019-02-11
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Interceptor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zombs REEE!",
    "description": "Community mod for the Zombs Royale game.",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval' blob: filesystem: chrome-extension-resource:",
    "icons": {
        "16": "img\/zreee-chute-blue-black-16x16.png",
        "32": "img\/zreee-chute-blue-black-32x32.png",
        "48": "img\/zreee-chute-blue-black-48x48.png",
        "128": "img\/zreee-chute-blue-black-128x128.png"
    },
    "web_accessible_resources": [
        "audio\/*",
        "js\/web\/*",
        "lib\/lodash-*\/lodash.js"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/zombsroyale.io\/",
                "https:\/\/zombsroyale.io\/"
            ],
            "run_at": "document_start",
            "js": [
                "lib\/lodash-4.17.10\/lodash.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "page_action": {
        "default_popup": "html\/popup.html"
    }
}