Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Crusaders Automatonคืออะไร?
Crusaders Automaton เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ImaginaryDevelopment และคุณลักษณะหลักของมันคือ "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crusaders Automaton
ดาวน์โหลดไฟล์ส่วนขยาย Crusaders Automaton ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gather your Crusaders of the Lost Idols data for tracking/sharing/linking. no registration or sign in required. Open source software. Uses Html5 storage so nothing is ever sent outside of your browser. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
| คำอธิบาย | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
| ขนาดไฟล์ | 92.3 KB |
| จำนวนการติดตั้ง | 444 |
| เวอร์ชันปัจจุบัน | 0.0.7 |
| อัปเดตครั้งล่าสุด | 2017-05-14 |
| วันที่เผยแพร่ | 2017-05-13 |
| คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | ImaginaryDevelopment |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
| URL หน้าช่วยเหลือ | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crusaders Automaton",
"description": "This extension will get your crusaders data for you to import it at https:\/\/imaginarydevelopment.github.io\/CotLICheatSheet\/",
"version": "0.0.7",
"page_action": {
"default_title": "Crusader Automaton",
"default_icon": "original_COTLI_Icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"declarativeContent",
"webRequest",
"activeTab",
"storage",
"*:\/\/*.djartsgames.ca\/~idle\/post.php",
"*:\/\/imaginarydevelopment.github.io\/",
"*:\/\/fantamondi.it\/cotli\/import",
"*:\/\/cdn.jsdelivr.net\/"
],
"icons": {
"16": "original_COTLI_Icon.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |