Die2Nite Agent
A set of tools and utilities for Die2Nite zombie survival game.
Die2Nite Agent क्या है?
Die2Nite Agent simast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of tools and utilities for Die2Nite zombie survival game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Die2Nite Agent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A small extension that aims to improve Die2Nite game experience for Google Chrome users. Die2Nite is a fun zombie survival web game, visit http://goo.gl/15rd2 for more details. Current features include: - Automatic map update functionality for all external map applications (see screenshot above). - Compact and expert modes (can be enabled on extension's options page) - will disable certain redundant Die2Nite user interface elements. You can choose the set of external map applications that should be updated on extension's options page. What's new in the latest version? See version history at http://goo.gl/bxQDK Remember: always wait for a "green light" before moving to another zone! If you have any suggestions or feedback for this extension - please do leave a comment/review below!
एक्सटेंशन की मूल जानकारी
नाम | Die2Nite Agent |
ID | mcbnodoolliadkflmgoebfepeehmelnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/die2nite-agent/mcbnodoolliadkflmgoebfepeehmelnj |
विवरण | A set of tools and utilities for Die2Nite zombie survival game. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 489 |
वर्तमान संस्करण | 1.17 |
अंतिम अपडेट | 2013-03-22 |
प्रकाशन तिथि | 2013-03-22 |
रेटिंग | 4.80/5 कुल 41 रेटिंग्स |
डेवलपर | simast |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://code.google.com/p/die2nite-agent/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Die2Nite Agent", "version": "1.17", "description": "A set of tools and utilities for Die2Nite zombie survival game.", "background": { "scripts": [ "lib\/jquery.js", "options\/lib\/store.js", "background.js" ] }, "options_page": "options\/index.html", "web_accessible_resources": [ "css\/compactMode.css", "css\/expertMode.css", "img\/status.png", "img\/icon-cartographer.png", "img\/icon-duskDawn.png", "img\/icon-mapViewer.png" ], "content_scripts": [ { "matches": [ "*:\/\/*.die2nite.com\/" ], "js": [ "lib\/jquery.js", "content.documentEnd.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.die2nite.com\/*" ], "js": [ "content.documentStart.js" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.die2nite.com\/*", "*:\/\/d2n.duskdawn.net\/*", "*:\/\/*.wastelandcartographer.com\/*", "*:\/\/die2nite.gamerz.org.uk\/*" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "incognito": "split" } |