Zombs REEE!

Community mod for the Zombs Royale game.

Co to jest Zombs REEE!?

Zombs REEE! to rozszerzenie Chrome opracowane przez Interceptor, a jego główną funkcją jest „Community mod for the Zombs Royale game.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zombs REEE!

Pobierz pliki rozszerzeń Zombs REEE! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zombs REEE! Zombs REEE!
ID olhcpcdjdoilmmfdipdbfifbipgfedlf
Oficjalny URL https://chromewebstore.google.com/detail/zombs-reee/olhcpcdjdoilmmfdipdbfifbipgfedlf
Opis Community mod for the Zombs Royale game.
Rozmiar pliku 1.17 MB
Liczba instalacji 118
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-02-11
Data Publikacji 2019-02-11
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Interceptor
Typ Płatności free
Obsługiwane Języki 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"
    }
}