FFBE Sync v2

FFBE Sync v2

什麼是FFBE Sync v2?

FFBE Sync v2是由svitkona5開發的Chrome擴展程式,該擴展的主要功能是“FFBE Sync v2”。

擴展截圖

screenshot
screenshot

下載FFBE Sync v2擴展crx文件

下載FFBE Sync v2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Export your data from the game FFBE. This extension will connect on behalf of the user to the game's servers and extract the user's data. The data can then be imported in other tools related to FFBE, such as FFBEEquip.


This extension is open source (https://github.com/Svitkona/FFBEDataExporterV2)                    

擴展基本資訊

名稱 FFBE Sync v2 FFBE Sync v2
ID ekgnicpjpaipdomefokmllfjjmgjkbal
官方網址 https://chromewebstore.google.com/detail/ffbe-sync-v2/ekgnicpjpaipdomefokmllfjjmgjkbal
簡介 FFBE Sync v2
檔案大小 563 KB
安裝次數 133
目前版本 1.1.2
更新時間 2024-02-05
上架時間 2024-01-01
開發者 svitkona5
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FFBE Sync v2",
    "version": "1.1.2",
    "description": "FFBE Sync v2",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "action": [],
    "host_permissions": [
        "https:\/\/lapis340v-gndgr.gumi.sg\/*",
        "https:\/\/v890-lapis.gumi.sg\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "permissions": [
        "identity",
        "scripting"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}