DarthCraft

The Official DarthCraft extension!

O que é DarthCraft?

DarthCraft é uma extensão do Chrome desenvolvida por http://www.darthcraft.net, e sua principal característica é "The Official DarthCraft extension!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DarthCraft

Baixe arquivos de extensão DarthCraft no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
URL Oficial https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
Descrição The Official DarthCraft extension!
Tamanho do Arquivo 12.77 KB
Contagem de Instalações 10
Versão Atual 1.2
Última Atualização 2015-08-18
Data de Publicação 2015-08-18
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://www.darthcraft.net
Tipo de Pagamento free
Site da Extensão http://darthcraft.net/
URL da Página de Ajuda http://darthcraft.net/forums
Idiomas Suportados 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"
    }
}