FFBE Sync v2

FFBE Sync v2

FFBE Sync v2란 무엇입니까?

FFBE Sync v2은(는) svitkona5에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FFBE Sync v2"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FFBE Sync v2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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]"
        }
    }
}