DarthCraft

The Official DarthCraft extension!

Co to jest DarthCraft?

DarthCraft to rozszerzenie Chrome opracowane przez http://www.darthcraft.net, a jego główną funkcją jest „The Official DarthCraft extension!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DarthCraft

Pobierz pliki rozszerzeń DarthCraft w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
Oficjalny URL https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
Opis The Official DarthCraft extension!
Rozmiar pliku 12.77 KB
Liczba instalacji 10
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-08-18
Data Publikacji 2015-08-18
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://www.darthcraft.net
Typ Płatności free
Strona Rozszerzenia http://darthcraft.net/
Adres URL Strony Pomocy http://darthcraft.net/forums
Obsługiwane Języki 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"
    }
}