DarthCraft
The Official DarthCraft extension!
Wat is DarthCraft?
DarthCraft is een Chrome-extensie ontwikkeld door http://www.darthcraft.net, en de belangrijkste functie is "The Official DarthCraft extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie DarthCraft
Download DarthCraft-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Officiële URL | https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Beschrijving | The Official DarthCraft extension! |
Bestandsgrootte | 12.77 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-08-18 |
Publicatiedatum | 2015-08-18 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://www.darthcraft.net |
Betalingswijze | free |
Extensiewebsite | http://darthcraft.net/ |
Help Pagina-URL | http://darthcraft.net/forums |
Ondersteunde Talen | 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" } } |