DarthCraft
The Official DarthCraft extension!
Qu'est-ce que DarthCraft ?
DarthCraft est une extension Chrome développée par http://www.darthcraft.net, et sa fonction principale est "The Official DarthCraft extension!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DarthCraft
Téléchargez les fichiers d'extension DarthCraft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | chhpnfnmlhlkmgifjfjnjgjjboghbeam |
URL Officiel | https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam |
Description | The Official DarthCraft extension! |
Taille du Fichier | 12.77 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-08-18 |
Date de Publication | 2015-08-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://www.darthcraft.net |
Type de Paiement | free |
Site Web de l'Extension | http://darthcraft.net/ |
URL de la Page d'Aide | http://darthcraft.net/forums |
Langues Prises en Charge | 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" } } |