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™ là gì?
Battletag for Battlelog™ là một tiện ích mở rộng Chrome được phát triển bởi Alec Mev, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Battletag for Battlelog™
Tải xuống các tệp mở rộng Battletag for Battlelog™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Battletag for Battlelog™ |
ID | ckdomikkinngpfpodjjannnbojbembhj |
URL Chính Thức | https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj |
Mô tả | 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. |
Kích Thước Tệp | 26.02 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2014-04-10 |
Ngày Phát Hành | 2014-04-10 |
Đánh Giá | 4.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Alec Mev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jeremejevs/battletag |
URL Trang Trợ Giúp | https://github.com/jeremejevs/battletag/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |