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ファイルをダウンロード

Granblue Fantasy ATK Adder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

使用前必須進去 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"
    ]
}