gbf-search

お空の戦いを探す

What is gbf-search?

gbf-search is a Chrome extension developed by rutti-bep, and its main feature is "お空の戦いを探す".

Extension Screenshots

screenshot
screenshot

Download gbf-search Extension CRX File

Download gbf-search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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


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

Extension Basic Information

Name gbf-search gbf-search
ID onbadiidlollghmdpccdognmkmaffobd
Official URL https://chromewebstore.google.com/detail/gbf-search/onbadiidlollghmdpccdognmkmaffobd
Description お空の戦いを探す
File Size 2.72 MB
Installation Count 604
Current Version 0.2.4
Last Updated 2023-03-23
Publish Date 2020-04-30
Rating 4.70/5 Total 10 Ratings
Developer rutti-bep
Email [email protected]
Payment Type free
Extension Website https://github.com/rutti-bep/gbf-search
Help Page URL https://github.com/rutti-bep/gbf-search/issues
Supported Languages 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'"
}