FFBE Sync v2

FFBE Sync v2

What is FFBE Sync v2?

FFBE Sync v2 is a Chrome extension developed by svitkona5, and its main feature is "FFBE Sync v2".

Extension Screenshots

screenshot
screenshot

Download FFBE Sync v2 Extension CRX File

Download FFBE Sync v2 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

                        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)                    

Extension Basic Information

Name FFBE Sync v2 FFBE Sync v2
ID ekgnicpjpaipdomefokmllfjjmgjkbal
Official URL https://chromewebstore.google.com/detail/ffbe-sync-v2/ekgnicpjpaipdomefokmllfjjmgjkbal
Description FFBE Sync v2
File Size 563 KB
Installation Count 133
Current Version 1.1.2
Last Updated 2024-02-05
Publish Date 2024-01-01
Developer svitkona5
Email [email protected]
Payment Type free
Supported Languages 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]"
        }
    }
}