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."입니다.

확장 프로그램 스크린샷

screenshot

Better Battlelog (BBLog) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Better Battlelog (BBLog) Better Battlelog (BBLog)
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"
    ]
}