gbf-search

お空の戦いを探す

Cos'è gbf-search?

gbf-search è un'estensione di Chrome sviluppata da rutti-bep, e la sua funzione principale è "お空の戦いを探す".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione gbf-search

Scarica i file di estensione gbf-search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        2023/03/22更新
現在twitterAPIの変更などで挙動しなくなっております。ゲーム公式よりこのようなツールの使用をしなくともバトル参加する機能が提供されるとの告知があったことなどより、追加の開発を停止しております。
多くの方に活用いただいたようで開発者として嬉しい限りでありました。
改めましてご愛顧いただきありがとうございました。


グランブルーファンタジーというゲームのツイッター救援を探して自動でクリップボードにコピーするアプリです。
手動でコピーボタンを押さなくていいので便利です!!
インストールしたら、右上のアイコンからメニューを開き、コピーするレイドにチェックをいれてください。
※v0.2.1から要ツイッター連携になりました。                    

Informazioni di Base sull'Estensione

Nome gbf-search gbf-search
ID onbadiidlollghmdpccdognmkmaffobd
URL Ufficiale https://chromewebstore.google.com/detail/gbf-search/onbadiidlollghmdpccdognmkmaffobd
Descrizione お空の戦いを探す
Dimensione del File 2.72 MB
Conteggio Installazioni 604
Versione Corrente 0.2.4
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2020-04-30
Valutazione 4.70/5 Totale 10 Valutazioni
Sviluppatore rutti-bep
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rutti-bep/gbf-search
URL della Pagina di Aiuto https://github.com/rutti-bep/gbf-search/issues
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gbf-search",
    "version": "0.2.4",
    "description": "\u304a\u7a7a\u306e\u6226\u3044\u3092\u63a2\u3059",
    "icons": {
        "128": "dest\/images\/gbf-search-icon-128.png"
    },
    "browser_action": {
        "default_popup": "dest\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "dest\/js\/chrome_ex_oauthsimple.js",
            "dest\/js\/chrome_ex_oauth.js",
            "dest\/js\/bundle-twitter.js",
            "dest\/js\/background.js"
        ]
    },
    "options_page": "dest\/html\/options.html",
    "permissions": [
        "https:\/\/stream.twitter.com\/1.1\/statuses\/filter.json",
        "https:\/\/api.twitter.com\/oauth",
        "clipboardWrite",
        "storage"
    ],
    "web_accessible_resources": [
        "dest\/html\/oauthPage.html*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stream.twitter.com\/1.1\/statuses\/filter.json https:\/\/api.twitter.com\/oauth; object-src 'self'"
}