Sparkmate
Guarantee your spark by disabling the draw buttons.
Τι είναι το Sparkmate;
Το Sparkmate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Francisco Saraiva, και η κύρια λειτουργία του είναι "Guarantee your spark by disabling the draw buttons.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sparkmate
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } ] } |