Zombs REEE!

Community mod for the Zombs Royale game.

什麼是Zombs REEE!?

Zombs REEE!是由Interceptor開發的Chrome擴展程式,該擴展的主要功能是“Community mod for the Zombs Royale game.”。

擴展截圖

screenshot
screenshot
screenshot

下載Zombs REEE!擴展crx文件

下載Zombs REEE!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Zombs REEE! Zombs REEE!
ID olhcpcdjdoilmmfdipdbfifbipgfedlf
官方網址 https://chromewebstore.google.com/detail/zombs-reee/olhcpcdjdoilmmfdipdbfifbipgfedlf
簡介 Community mod for the Zombs Royale game.
檔案大小 1.17 MB
安裝次數 118
目前版本 1.0.1
更新時間 2019-02-11
上架時間 2019-02-11
評分 5.00/5 共 8 次評分
開發者 Interceptor
付費類型 free
支援的語言 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"
    }
}