DarthCraft

The Official DarthCraft extension!

Co je DarthCraft?

DarthCraft je rozšíření Chrome vyvinuté http://www.darthcraft.net, a jeho hlavní funkcí je „The Official DarthCraft extension!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DarthCraft

Stáhněte si soubory rozšíření DarthCraft ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
Oficiální URL https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
Popis The Official DarthCraft extension!
Velikost souboru 12.77 KB
Počet instalací 10
Aktuální Verze 1.2
Poslední Aktualizace 2015-08-18
Datum Vydání 2015-08-18
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://www.darthcraft.net
Typ Platby free
Webové stránky Rozšíření http://darthcraft.net/
URL Stránky Nápovědy http://darthcraft.net/forums
Podporované Jazyky 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"
    }
}