DarthCraft

The Official DarthCraft extension!

Apa itu DarthCraft?

DarthCraft adalah ekstensi Chrome yang dikembangkan oleh http://www.darthcraft.net, dan fitur utamanya adalah "The Official DarthCraft extension!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DarthCraft

Unduh file ekstensi DarthCraft dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
URL Resmi https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
Deskripsi The Official DarthCraft extension!
Ukuran File 12.77 KB
Jumlah Instalasi 10
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-08-18
Tanggal Publikasi 2015-08-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang http://www.darthcraft.net
Tipe Pembayaran free
Situs Ekstensi http://darthcraft.net/
URL Halaman Bantuan http://darthcraft.net/forums
Bahasa yang Didukung 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"
    }
}