DarthCraft
The Official DarthCraft extension!
ما هو DarthCraft؟
DarthCraft هو إضافة Chrome تم تطويرها بواسطة http://www.darthcraft.net، والميزة الرئيسية لها هي "The Official DarthCraft extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DarthCraft
قم بتنزيل ملفات الامتداد DarthCraft بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" } } |