Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Vad är Granblue Fantasy ATK Adder?
Granblue Fantasy ATK Adder är en Chrome-tillägg utvecklad av alegnadise, och dess huvudfunktion är "Will calculate the ATK by the weapon skills".
Ladda ner Granblue Fantasy ATK Adder-förlängningens CRX-fil
Ladda ner Granblue Fantasy ATK Adder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
Grundläggande Information om Tillägg
Namn | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Officiell webbadress | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Beskrivning | Will calculate the ATK by the weapon skills |
Filstorlek | 1.14 MB |
Antal Installationer | 204 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2015-10-06 |
Publiceringsdatum | 2015-10-06 |
Betyg | 3.67/5 Totalt 9 Betyg |
Utvecklare | alegnadise |
Betalningssätt | free |
Stödda Språk | 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" ] } |