DarthCraft

The Official DarthCraft extension!

DarthCraftとは何ですか?

DarthCraftはhttp://www.darthcraft.netによって開発されたChromeの拡張機能で、その主な機能は「The Official DarthCraft extension!」です。

拡張機能のスクリーンショット

screenshot

DarthCraft拡張機能のCRXファイルをダウンロード

DarthCraft拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DarthCraft DarthCraft
ID chhpnfnmlhlkmgifjfjnjgjjboghbeam
公式URL https://chrome.google.com/webstore/detail/darthcraft/chhpnfnmlhlkmgifjfjnjgjjboghbeam
説明 The Official DarthCraft extension!
ファイルサイズ 12.77 KB
インストール数 10
現在のバージョン 1.2
最終更新日 2015-08-18
公開日 2015-08-18
評価 5.00/5 合計 4 レビュー
開発者 http://www.darthcraft.net
支払い方法 free
拡張機能のウェブサイト http://darthcraft.net/
ヘルプページのURL http://darthcraft.net/forums
対応言語 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"
    }
}