DarthCraft
The Official DarthCraft extension!
DarthCraft란 무엇입니까?
DarthCraft은(는) http://www.darthcraft.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Official DarthCraft extension!"입니다.
확장 프로그램 스크린샷
DarthCraft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |