Zombs REEE!
Community mod for the Zombs Royale game.
Zombs REEE! क्या है?
Zombs REEE! Interceptor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Community mod for the Zombs Royale game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zombs REEE! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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! |
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" } } |