Zombie Shooter
A cool zombie game in which you must kill all the zombies, direct hits and rebound trickshots!
Zombie Shooter क्या है?
Zombie Shooter https://www.chromethemer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A cool zombie game in which you must kill all the zombies, direct hits and rebound trickshots!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zombie Shooter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Zombie Shooter extension; Creates a cool custom zombie icon in your web browser, that opens a pop-up link to play Zombie Shooter, right in your browser. Zombie Shooter – a cool zombie game in which you must kill all the zombies, direct hits and rebound trick shots! Share what you’re capable of and destroy all the zombies as fast as possible! Enjoy 15 levels!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jjdandeiabhekholpjlmiaejlhoochoa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/zombie-shooter/jjdandeiabhekholpjlmiaejlhoochoa |
विवरण | A cool zombie game in which you must kill all the zombies, direct hits and rebound trickshots! |
फ़ाइल का आकार | 80.7 KB |
स्थापना संख्या | 375 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-06-25 |
प्रकाशन तिथि | 2020-06-25 |
डेवलपर | https://www.chromethemer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.chromethemer.com/ |
सहायता पृष्ठ URL | https://www.chromethemer.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.chromethemer.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zombie Shooter", "description": "A cool zombie game in which you must kill all the zombies, direct hits and rebound trickshots!", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |