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文件

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

擴展使用說明

                        (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
官方網址 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
        }
    ]
}