FFBE Sync v2

FFBE Sync v2

Cos'è FFBE Sync v2?

FFBE Sync v2 è un'estensione di Chrome sviluppata da svitkona5, e la sua funzione principale è "FFBE Sync v2".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FFBE Sync v2

Scarica i file di estensione FFBE Sync v2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome FFBE Sync v2 FFBE Sync v2
ID ekgnicpjpaipdomefokmllfjjmgjkbal
URL Ufficiale https://chromewebstore.google.com/detail/ffbe-sync-v2/ekgnicpjpaipdomefokmllfjjmgjkbal
Descrizione FFBE Sync v2
Dimensione del File 563 KB
Conteggio Installazioni 133
Versione Corrente 1.1.2
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2024-01-01
Sviluppatore svitkona5
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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]"
        }
    }
}