Zombs REEE!
Community mod for the Zombs Royale game.
Cos'è Zombs REEE!?
Zombs REEE! è un'estensione di Chrome sviluppata da Interceptor, e la sua funzione principale è "Community mod for the Zombs Royale game.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zombs REEE!
Scarica i file di estensione Zombs REEE! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | olhcpcdjdoilmmfdipdbfifbipgfedlf |
| URL Ufficiale | https://chromewebstore.google.com/detail/zombs-reee/olhcpcdjdoilmmfdipdbfifbipgfedlf |
| Descrizione | Community mod for the Zombs Royale game. |
| Dimensione del File | 1.17 MB |
| Conteggio Installazioni | 118 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2019-02-11 |
| Data di Pubblicazione | 2019-02-11 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Interceptor |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |