DarthCraft
The Official DarthCraft extension!
Hvad er DarthCraft?
DarthCraft er en Chrome-udvidelse udviklet af http://www.darthcraft.net, og dens hovedfunktion er "The Official DarthCraft extension!".
Udvidelsesskærmbilleder
Download DarthCraft-udvidelses-CRX-fil
Download DarthCraft-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Officiel URL | https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Beskrivelse | The Official DarthCraft extension! |
Filstørrelse | 12.77 KB |
Antal Installationer | 10 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-08-18 |
Udgivelsesdato | 2015-08-18 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://www.darthcraft.net |
Betalingsmetode | free |
Udvidelseswebsted | http://darthcraft.net/ |
Hjælpeside-URL | http://darthcraft.net/forums |
Understøttede Sprog | 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" } } |