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
公式URL 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"
    }
}