Zombs REEE!
Community mod for the Zombs Royale game.
Was ist Zombs REEE!?
Zombs REEE! ist eine Chrome-Erweiterung, die von Interceptor entwickelt wurde, und ihr Hauptmerkmal ist "Community mod for the Zombs Royale game.".
Erweiterungsscreenshots
Zombs REEE!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zombs REEE!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Zombs REEE! |
ID | olhcpcdjdoilmmfdipdbfifbipgfedlf |
Offizielle URL | https://chromewebstore.google.com/detail/zombs-reee/olhcpcdjdoilmmfdipdbfifbipgfedlf |
Beschreibung | Community mod for the Zombs Royale game. |
Dateigröße | 1.17 MB |
Installationsanzahl | 118 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-02-11 |
Veröffentlichungsdatum | 2019-02-11 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | Interceptor |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |