Battletag for Battlelog™
Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in.
Battletag for Battlelog™คืออะไร?
Battletag for Battlelog™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alec Mev และคุณลักษณะหลักของมันคือ "Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battletag for Battlelog™
ดาวน์โหลดไฟล์ส่วนขยาย Battletag for Battlelog™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays your current clan tag on every server join button. A right click opens a menu, where you can either type in a new tag, or just select a platoon you want to represent - both your tag and emblem will be updated accordingly, and the platoon will be set as active.
For Battlefield 4™ Battlelog™ only.
Tinker with the source code on GitHub:
http://bit.ly/1fVZg7y
Buy me some ice cream via PayPal:
http://bit.ly/1eN7Sxx ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ckdomikkinngpfpodjjannnbojbembhj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj |
| คำอธิบาย | Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in. |
| ขนาดไฟล์ | 26.02 KB |
| จำนวนการติดตั้ง | 174 |
| เวอร์ชันปัจจุบัน | 1.1.2 |
| อัปเดตครั้งล่าสุด | 2014-04-10 |
| วันที่เผยแพร่ | 2014-04-10 |
| คะแนน | 4.67/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | Alec Mev |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/jeremejevs/battletag |
| URL หน้าช่วยเหลือ | https://github.com/jeremejevs/battletag/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.2",
"icons": {
"48": "icon-48.png",
"16": "icon-16.png",
"128": "icon-128.png"
},
"name": "Battletag for Battlelog\u2122",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"content_scripts": [
{
"run_at": "document_end",
"js": [
"inject.js"
],
"matches": [
"*:\/\/battlelog.battlefield.com\/bf4\/*"
],
"all_frames": true
}
],
"description": "Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in.",
"short_name": "Battletag",
"web_accessible_resources": [
"battletag.js",
"battletag.css"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |