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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}