Granblue Fantasy ATK Adder

Will calculate the ATK by the weapon skills

Co je Granblue Fantasy ATK Adder?

Granblue Fantasy ATK Adder je rozšíření Chrome vyvinuté alegnadise, a jeho hlavní funkcí je „Will calculate the ATK by the weapon skills“.

Stáhnout soubor CRX rozšíření Granblue Fantasy ATK Adder

Stáhněte si soubory rozšíření Granblue Fantasy ATK Adder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Granblue Fantasy ATK Adder Granblue Fantasy ATK Adder
ID jhdjmnjffkhgdcamhoolbbflnkbfcocc
Oficiální URL https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc
Popis Will calculate the ATK by the weapon skills
Velikost souboru 1.14 MB
Počet instalací 204
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-10-06
Datum Vydání 2015-10-06
Hodnocení 3.67/5 Celkem 9 Hodnocení
Vývojář alegnadise
Typ Platby free
Podporované Jazyky 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"
    ]
}