Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Granblue Fantasy ATK Adder là gì?
Granblue Fantasy ATK Adder là một tiện ích mở rộng Chrome được phát triển bởi alegnadise, và tính năng chính của nó là "Will calculate the ATK by the weapon skills".
Tải xuống tệp CRX của tiện ích mở rộng Granblue Fantasy ATK Adder
Tải xuống các tệp mở rộng Granblue Fantasy ATK Adder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
URL Chính Thức | https://chrome.google.com/webstore/detail/granblue-fantasy-atk-adde/jhdjmnjffkhgdcamhoolbbflnkbfcocc |
Mô tả | Will calculate the ATK by the weapon skills |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 204 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-10-06 |
Ngày Phát Hành | 2015-10-06 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | alegnadise |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |