Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Was ist Granblue Fantasy ATK Adder?
Granblue Fantasy ATK Adder ist eine Chrome-Erweiterung, die von alegnadise entwickelt wurde, und ihr Hauptmerkmal ist "Will calculate the ATK by the weapon skills".
Granblue Fantasy ATK Adder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Granblue Fantasy ATK Adder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Offizielle URL | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Beschreibung | Will calculate the ATK by the weapon skills |
Dateigröße | 1.14 MB |
Installationsanzahl | 204 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-10-06 |
Veröffentlichungsdatum | 2015-10-06 |
Bewertung | 3.67/5 Insgesamt 9 Bewertungen |
Entwickler | alegnadise |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |