Sparkmate

Guarantee your spark by disabling the draw buttons.

Sparkmate란 무엇입니까?

Sparkmate은(는) Francisco Saraiva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Guarantee your spark by disabling the draw buttons."입니다.

확장 프로그램 스크린샷

screenshot

Sparkmate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        (Not affiliated with Katelyn's Viramate.)

Sparkmate is a chrome extension that will remove your draw buttons in Granblue Fantasy to "stop" you from drawing on it. 
Initially I made this small extension as a joke for my crew but it seems people are interested in it, so I'll keep trying to improve on it and checking how things are going. If you find any bugs please contact me on my twitter at @FrancisSaraiv

[As you know third party software is not allowed by Cygames in use with Granblue Fantasy, I am not responsible for any possible action to your account by Cygames during the use of this app.]

v1.2
- fixed the extension disabling the wrong gacha buttons.                    

확장 프로그램 기본 정보

이름 Sparkmate Sparkmate
ID jagdlbdpoklmfndbkjpkflcemnonddga
공식 URL https://chrome.google.com/webstore/detail/sparkmate/jagdlbdpoklmfndbkjpkflcemnonddga
설명 Guarantee your spark by disabling the draw buttons.
파일 크기 841 KB
설치 횟수 221
현재 버전 1.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.33/5 총 12 개의 평점
개발자 Francisco Saraiva
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sparkmate",
    "version": "1.2",
    "description": "Guarantee your spark by disabling the draw buttons.",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/menu.html"
    },
    "permissions": [
        "https:\/\/gbf.wiki\/Journal\/Characters"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/game.granbluefantasy.jp\/*"
            ],
            "js": [
                "js\/handler.js",
                "bootstrap\/js\/bootstrap.min.js",
                "bootstrap\/js\/jquery-3.3.1.min.js"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.min.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}