DarthCraft

The Official DarthCraft extension!

Cos'è DarthCraft?

DarthCraft è un'estensione di Chrome sviluppata da http://www.darthcraft.net, e la sua funzione principale è "The Official DarthCraft extension!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DarthCraft

Scarica i file di estensione DarthCraft in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
URL Ufficiale https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
Descrizione The Official DarthCraft extension!
Dimensione del File 12.77 KB
Conteggio Installazioni 10
Versione Corrente 1.2
Ultimo Aggiornamento 2015-08-18
Data di Pubblicazione 2015-08-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://www.darthcraft.net
Tipo di Pagamento free
Sito Web dell'Estensione http://darthcraft.net/
URL della Pagina di Aiuto http://darthcraft.net/forums
Lingue Supportate 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"
    }
}