Sparkmate

Guarantee your spark by disabling the draw buttons.

Sparkmate क्या है?

Sparkmate Francisco Saraiva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Guarantee your spark by disabling the draw buttons."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sparkmate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}