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 |
官方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" } } |