Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
什麼是Granblue Fantasy ATK Adder?
Granblue Fantasy ATK Adder是由alegnadise開發的Chrome擴展程式,該擴展的主要功能是“Will calculate the ATK by the weapon skills”。
下載Granblue Fantasy ATK Adder擴展crx文件
下載Granblue Fantasy ATK Adder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
擴展基本資訊
名稱 | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
官方網址 | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
簡介 | Will calculate the ATK by the weapon skills |
檔案大小 | 1.14 MB |
安裝次數 | 204 |
目前版本 | 0.0.1 |
更新時間 | 2015-10-06 |
上架時間 | 2015-10-06 |
評分 | 3.67/5 共 9 次評分 |
開發者 | alegnadise |
付費類型 | free |
支援的語言 | 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" ] } |