GBF_rooomTool
GBF Auto Copy Room ID
What is GBF_rooomTool?
GBF_rooomTool is a Chrome extension developed by e12813726, and its main feature is "GBF Auto Copy Room ID".
Extension Screenshots
Download GBF_rooomTool Extension CRX File
Download GBF_rooomTool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
適用於 granbluefantasy 這款遊戲 ,遊戲內有個機制是點下救援依賴就會有房間ID出現,但沒有複製功能只能手動打,這個擴充功能就是為此而生,只要裝上這個,點下救援依賴時就會自動複製房間ID而不再需要手動輸入
Extension Basic Information
Name | GBF_rooomTool |
ID | clcgodcllgbancgjajgkbaelmolapmnp |
Official URL | https://chromewebstore.google.com/detail/gbfrooomtool/clcgodcllgbancgjajgkbaelmolapmnp |
Description | GBF Auto Copy Room ID |
File Size | 460 KB |
Installation Count | 35 |
Current Version | 2.0 |
Last Updated | 2021-02-02 |
Publish Date | 2021-02-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | e12813726 |
[email protected] | |
Payment Type | free |
Extension Website | https://alupaka.tw |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GBF_rooomTool", "version": "2.0", "description": "GBF Auto Copy Room ID", "icons": { "128": "icon\/gbf-icon.png" }, "browser_action": [], "content_scripts": [ { "matches": [ "*:\/\/game.granbluefantasy.jp\/*", "*:\/\/rd-dev.onead.tw\/*" ], "js": [ "content-script.js" ], "css": [ "main.css" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [] } |