DarthCraft
The Official DarthCraft extension!
DarthCraftคืออะไร?
DarthCraft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.darthcraft.net และคุณลักษณะหลักของมันคือ "The Official DarthCraft extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DarthCraft
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |