DSS Satellite Phone
The DSS Satellite Phone for Urban Dead
DSS Satellite Phone क्या है?
DSS Satellite Phone Val द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The DSS Satellite Phone for Urban Dead"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DSS Satellite Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The DSS Satellite Phone is an extension to the online game Urban Dead that provides in-game messaging, much like the regular mobile phone, but with a twist. Or five: ☞ No AP cost to send messages. ☞ Stores your old messages until you choose to delete them. ☞ Works even if the phone mast is down. ☞ Works even if you're dead or zombified. ☞ It doesn't add to your encumbrance.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hoohjbdcflcignoecphjngnamgfgplhb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dss-satellite-phone/hoohjbdcflcignoecphjngnamgfgplhb |
विवरण | The DSS Satellite Phone for Urban Dead |
फ़ाइल का आकार | 27.02 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 5.2 |
अंतिम अपडेट | 2014-06-07 |
प्रकाशन तिथि | 2014-06-07 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | Val |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://wiki.urbandead.com/index.php/DSS_Satellite_Phone |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DSS Satellite Phone", "short_name": "UDSatPhone", "version": "5.2", "description": "The DSS Satellite Phone for Urban Dead", "content_scripts": [ { "matches": [ "http:\/\/*.urbandead.com\/map.cgi*" ], "js": [ "dssp.js" ] } ], "permissions": [ "http:\/\/sp.dssrzs.org\/sp" ], "icons": { "48": "dssp-48.png", "128": "dssp-128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'" } |