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™はAlec Mevによって開発されたChromeの拡張機能で、その主な機能は「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™拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | Battletag for Battlelog™ |
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 |
Eメール | [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 } } |