DarthCraft

The Official DarthCraft extension!

DarthCraft क्या है?

DarthCraft http://www.darthcraft.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Official DarthCraft extension!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DarthCraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The official DarthCraft extension for the DarthCraft server. This plugin provides a smooth interface for playing and voting for DarthCraft. There are 10 voting links, along with links to the forums, the donation-page, website and Facebook pages.                    

एक्सटेंशन की मूल जानकारी

नाम DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
आधिकारिक URL https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
विवरण The Official DarthCraft extension!
फ़ाइल का आकार 12.77 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-08-18
प्रकाशन तिथि 2015-08-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://www.darthcraft.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://darthcraft.net/
सहायता पृष्ठ URL http://darthcraft.net/forums
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarthCraft",
    "description": "The Official DarthCraft extension!",
    "version": "1.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' chrome-extension:\/\/ chrome-extension-resource:\/\/; object-src 'self'",
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "DarthCraft",
        "default_icon": "darthcraft.ico",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "darthcraft.ico",
        "48": "darthcraft48.png",
        "128": "darthcraft128.png"
    }
}