DarthCraft
The Official DarthCraft extension!
什麼是DarthCraft?
DarthCraft是由http://www.darthcraft.net開發的Chrome擴展程式,該擴展的主要功能是“The Official DarthCraft extension!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | chhpnfnmlhlkmgifjfjnjgjjboghbeam |
官方網址 | 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" } } |