Granblue Fantasy ATK Adder

Will calculate the ATK by the weapon skills

Cos'è Granblue Fantasy ATK Adder?

Granblue Fantasy ATK Adder è un'estensione di Chrome sviluppata da alegnadise, e la sua funzione principale è "Will calculate the ATK by the weapon skills".

Scarica il file CRX dell'estensione Granblue Fantasy ATK Adder

Scarica i file di estensione Granblue Fantasy ATK Adder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Granblue Fantasy ATK Adder Granblue Fantasy ATK Adder
ID jhdjmnjffkhgdcamhoolbbflnkbfcocc
URL Ufficiale https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc
Descrizione Will calculate the ATK by the weapon skills
Dimensione del File 1.14 MB
Conteggio Installazioni 204
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-10-06
Data di Pubblicazione 2015-10-06
Valutazione 3.67/5 Totale 9 Valutazioni
Sviluppatore alegnadise
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}