Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Qu'est-ce que Granblue Fantasy ATK Adder ?
Granblue Fantasy ATK Adder est une extension Chrome développée par alegnadise, et sa fonction principale est "Will calculate the ATK by the weapon skills".
Télécharger le fichier CRX de l'extension Granblue Fantasy ATK Adder
Téléchargez les fichiers d'extension Granblue Fantasy ATK Adder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
Informations de Base sur l'Extension
Nom | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
URL Officiel | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Description | Will calculate the ATK by the weapon skills |
Taille du Fichier | 1.14 MB |
Nombre d'Installations | 204 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-10-06 |
Date de Publication | 2015-10-06 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | alegnadise |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |