Better Battlelog Fix(BBLog)

Better Battlelog Fix(BBLog)

Battlelog Browser Addon for the Battlefield games(PC)! Updated version of the old BBL: https://getbblog.com BBL is a Browser Add-on for Battlelog. A social network for a Battlefield game. * Added Extended Weapon Information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "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": {
    "16": "shared/img/icon16.png",
    "48": "shared/img/icon48.png",
    "128": "shared/img/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "50.0"
    }
  },
  "manifest_version": 2,
  "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"
  ]
}