GBF_rooomTool

GBF Auto Copy Room ID

Wat is GBF_rooomTool?

GBF_rooomTool is een Chrome-extensie ontwikkeld door e12813726, en de belangrijkste functie is "GBF Auto Copy Room ID".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GBF_rooomTool

Download GBF_rooomTool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        適用於 granbluefantasy 這款遊戲 ,遊戲內有個機制是點下救援依賴就會有房間ID出現,但沒有複製功能只能手動打,這個擴充功能就是為此而生,只要裝上這個,點下救援依賴時就會自動複製房間ID而不再需要手動輸入                    

Basisinformatie over de Extensie

Naam GBF_rooomTool GBF_rooomTool
ID clcgodcllgbancgjajgkbaelmolapmnp
Officiële URL https://chromewebstore.google.com/detail/gbfrooomtool/clcgodcllgbancgjajgkbaelmolapmnp
Beschrijving GBF Auto Copy Room ID
Bestandsgrootte 460 KB
Aantal Installaties 35
Huidige Versie 2.0
Laatst Bijgewerkt 2021-02-02
Publicatiedatum 2021-02-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar e12813726
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alupaka.tw
Ondersteunde Talen 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": []
}