DarthCraft
The Official DarthCraft extension!
What is DarthCraft?
DarthCraft is a Chrome extension developed by http://www.darthcraft.net, and its main feature is "The Official DarthCraft extension!".
Extension Screenshots
Download DarthCraft Extension CRX File
Download DarthCraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Official URL | https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Description | The Official DarthCraft extension! |
File Size | 12.77 KB |
Installation Count | 10 |
Current Version | 1.2 |
Last Updated | 2015-08-18 |
Publish Date | 2015-08-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://www.darthcraft.net |
Payment Type | free |
Extension Website | http://darthcraft.net/ |
Help Page URL | http://darthcraft.net/forums |
Supported Languages | 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" } } |