Granblue Fantasy ATK Adder

Will calculate the ATK by the weapon skills

Granblue Fantasy ATK Adder란 무엇입니까?

Granblue Fantasy ATK Adder은(는) alegnadise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Will calculate the ATK by the weapon skills"입니다.

Granblue Fantasy ATK Adder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃,

使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。                    

확장 프로그램 기본 정보

이름 Granblue Fantasy ATK Adder Granblue Fantasy ATK Adder
ID jhdjmnjffkhgdcamhoolbbflnkbfcocc
공식 URL https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc
설명 Will calculate the ATK by the weapon skills
파일 크기 1.14 MB
설치 횟수 204
현재 버전 0.0.1
최근 업데이트 2015-10-06
출시 날짜 2015-10-06
평점 3.67/5 총 9 개의 평점
개발자 alegnadise
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Granblue Fantasy ATK Adder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Will calculate the ATK by the weapon skills",
    "icons": {
        "120": "ic_launcher4.png",
        "80": "ic_launcher3.png",
        "72": "ic_launcher2.png",
        "48": "ic_launcher.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gbf.game.mbga.jp\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/contentscript2.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "inject\/weapon.js"
    ]
}