Granblue Fantasy ATK Adder

Will calculate the ATK by the weapon skills

Co to jest Granblue Fantasy ATK Adder?

Granblue Fantasy ATK Adder to rozszerzenie Chrome opracowane przez alegnadise, a jego główną funkcją jest „Will calculate the ATK by the weapon skills”.

Pobierz plik CRX rozszerzenia Granblue Fantasy ATK Adder

Pobierz pliki rozszerzeń Granblue Fantasy ATK Adder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Granblue Fantasy ATK Adder Granblue Fantasy ATK Adder
ID jhdjmnjffkhgdcamhoolbbflnkbfcocc
Oficjalny URL https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc
Opis Will calculate the ATK by the weapon skills
Rozmiar pliku 1.14 MB
Liczba instalacji 204
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-10-06
Data Publikacji 2015-10-06
Ocena 3.67/5 Łącznie 9 Oceny
Deweloper alegnadise
Typ Płatności free
Obsługiwane Języki 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"
    ]
}