Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Battlelog Extensionsคืออะไร?
Battlelog Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cairdazar และคุณลักษณะหลักของมันคือ "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battlelog Extensions
ดาวน์โหลดไฟล์ส่วนขยาย Battlelog Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names of the loadout slots go to the extensions page ( chrome://extensions/ ) and click on the options link under Battlelog Extensions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl |
คำอธิบาย | Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names… |
ขนาดไฟล์ | 9.05 KB |
จำนวนการติดตั้ง | 260 |
เวอร์ชันปัจจุบัน | 1.15 |
อัปเดตครั้งล่าสุด | 2014-02-13 |
วันที่เผยแพร่ | 2014-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | cairdazar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battlelog Extensions", "version": "1.15", "options_page": "options.html", "background": { "scripts": [] }, "permissions": [ "http:\/\/battlelog.battlefield.com\/", "https:\/\/battlelog.battlefield.com\/", "tabs", "storage" ], "browser_action": [], "content_scripts": [ { "matches": [ "*:\/\/battlelog.battlefield.com\/bf4\/*" ], "js": [ "loadout-init.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "loadoutextensions.js", "jquery.min.js", "jquery.diff.js", "style.css" ] } |