Better Battlelog (BBLog)
Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.
Better Battlelog (BBLog)とは何ですか?
Better Battlelog (BBLog)はTacticalTotによって開発されたChromeの拡張機能で、その主な機能は「Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.」です。
拡張機能のスクリーンショット
Better Battlelog (BBLog)拡張機能のCRXファイルをダウンロード
Better Battlelog (BBLog)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fixed for chrome, December 2019. Enables the now unsupported Better Battlelog plugin for Battlefield 4. You will need to add new fixed plugins as well.
拡張機能の基本情報
名前 | |
ID | gomjpbhdljhdcidfclbkgihnpfeofafj |
公式URL | https://chrome.google.com/webstore/detail/better-battlelog-bblog/gomjpbhdljhdcidfclbkgihnpfeofafj |
説明 | Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information. |
ファイルサイズ | 553 KB |
インストール数 | 166 |
現在のバージョン | 4.9.2 |
最終更新日 | 2019-12-30 |
公開日 | 2019-12-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | TacticalTot |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Battlelog (BBLog)", "short_name": "BBLog", "version": "4.9.2", "manifest_version": 2, "description": "Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.", "homepage_url": "https:\/\/getbblog.com", "minimum_chrome_version": "18.0", "icons": { "16": "shared\/img\/icon16.png", "48": "shared\/img\/icon48.png", "128": "shared\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/battlelog.battlefield.com\/*", "https:\/\/battlelog.battlefield.com\/*", "http:\/\/battlelog.medalofhonor.com\/*", "http:\/\/getbblog.com\/*" ], "js": [ "shared\/inject.js", "init.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/battlelog.battlefield.com\/*", "https:\/\/battlelog.battlefield.com\/*", "http:\/\/battlelog.medalofhonor.com\/*", "http:\/\/getbblog.com\/*" ], "web_accessible_resources": [ "shared\/style-general.css", "shared\/style-bf3-mohw.css", "shared\/style-bf4.css", "shared\/style-bfh.css", "shared\/bblog.js", "shared\/bblog-weapons-compressed.js", "shared\/bblog-translations-compressed.js", "shared\/img\/bblog.png", "shared\/img\/teamspeak.png", "shared\/img\/mini-star.png", "shared\/img\/addgroup.png", "shared\/img\/bblog-badge.gif", "shared\/img\/assignments.jpg", "shared\/img\/spread-model.jpg", "shared\/img\/damage-torso.png", "shared\/img\/silk_information.png", "shared\/img\/speaker-off.png", "shared\/img\/speaker-on.png", "shared\/img\/filterset.png", "shared\/sounds\/radar-1.ogg" ] } |