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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Battlelog (BBLog) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |