Better Battlelog Fix(BBLog)

Battlelog Fix Browser Addon! Add many improvements and new features - for example stunning weapon information.

Better Battlelog Fix(BBLog) क्या है?

Better Battlelog Fix(BBLog) Russao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Battlelog Fix Browser Addon! Add many improvements and new features - for example stunning weapon information."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Battlelog Fix(BBLog) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        First, I want to thank the BBL developers for their work over the years.
Original BBL: https://getbblog.com

This plugin show detailed statistics, weapons information & cool improvements for Battlelog platform(social network for battlefield games).

Github: https://github.com/Razer2015/better-battlelog/tree/master/extensions/chrome

Plugins: https://github.com/irussao/BBLogPlugins
Advanced Player Stats: https://codepen.io/russao/pen/OJPoeJW.js
Anti-Cheat Links: https://codepen.io/russao/pen/QWwVXgr.js

Updated version of the old BBL: https://getbblog.com
Changes:
Added trueplayercounts from XFileFin- https://github.com/Razer2015/
Added Headshot ratio to weapon stats
Fixed https and youtube links
Removed everything from p-stats.com (bf4stats stuffs)
Removed dead links and team speak from the menu
Moved "BBLog Menu opens with a click" to General Improvements
Fixed top link to BBlog site.                    

एक्सटेंशन की मूल जानकारी

नाम Better Battlelog Fix(BBLog) Better Battlelog Fix(BBLog)
ID ncopbeadajoekpedjllcakdmbmgnfgph
आधिकारिक URL https://chromewebstore.google.com/detail/better-battlelog-fixbblog/ncopbeadajoekpedjllcakdmbmgnfgph
विवरण Battlelog Fix Browser Addon! Add many improvements and new features - for example stunning weapon information.
फ़ाइल का आकार 498 KB
स्थापना संख्या 5,789
वर्तमान संस्करण 5.3.2
अंतिम अपडेट 2020-05-01
प्रकाशन तिथि 2020-05-01
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर Russao
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getbblog.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "shared\/inject.js",
                "init.js"
            ],
            "matches": [
                "*:\/\/battlelog.battlefield.com\/*",
                "*:\/\/battlelog.medalofhonor.com\/*",
                "*:\/\/getbblog.com\/*",
                "*:\/\/irussao.github.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Battlelog Fix Browser Addon! Add many improvements and new features - for example stunning weapon information.",
    "homepage_url": "http:\/\/getbblog.com",
    "icons": {
        "128": "shared\/img\/icon128.png",
        "16": "shared\/img\/icon16.png",
        "48": "shared\/img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "Better Battlelog Fix(BBLog)",
    "permissions": [
        "*:\/\/battlelog.battlefield.com\/*",
        "*:\/\/battlelog.medalofhonor.com\/*",
        "*:\/\/getbblog.com\/*",
        "*:\/\/irussao.github.io\/*"
    ],
    "short_name": "BBLog",
    "version": "5.3.2",
    "web_accessible_resources": [
        "shared\/html2canvas.min.js",
        "shared\/bblog-bf4weapons.js",
        "shared\/img\/battlefield4-damage.png",
        "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",
        "shared\/img\/spread_moving.png",
        "shared\/img\/spread_standing.png"
    ]
}