Granblue Fantasy ATK Adder
Will calculate the ATK by the weapon skills
Granblue Fantasy ATK Adder क्या है?
Granblue Fantasy ATK Adder alegnadise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Will calculate the ATK by the weapon skills"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Granblue Fantasy ATK Adder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
碧藍幻想攻刃計算插件,可以自動加總目前編成中的一般/方陣/未知攻刃, 使用前必須進去 Menu -> List -> Weapon -> Sort by skill level -> 然後一直下一頁直到程式讀完所有武器技能等級。
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | jhdjmnjffkhgdcamhoolbbflnkbfcocc |
आधिकारिक URL | 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" ] } |