Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Granblue Fantasy ATK Adderคืออะไร?
Granblue Fantasy ATK Adder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alegnadise และคุณลักษณะหลักของมันคือ "Will calculate the ATK by the weapon skills"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Granblue Fantasy ATK Adder
ดาวน์โหลดไฟล์ส่วนขยาย Granblue Fantasy ATK Adder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
คำอธิบาย | Will calculate the ATK by the weapon skills |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 204 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-10-06 |
วันที่เผยแพร่ | 2015-10-06 |
คะแนน | 3.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | alegnadise |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Granblue Fantasy ATK Adder", "version": "0.0.1", "manifest_version": 2, "description": "Will calculate the ATK by the weapon skills", "icons": { "120": "ic_launcher4.png", "80": "ic_launcher3.png", "72": "ic_launcher2.png", "48": "ic_launcher.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/gbf.game.mbga.jp\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "scripts\/contentscript2.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "inject\/weapon.js" ] } |