GranBlue POPUP

This is POPUP version of GranBlue

GranBlue POPUPとは何ですか?

GranBlue POPUPはにくによって開発されたChromeの拡張機能で、その主な機能は「This is POPUP version of GranBlue」です。

拡張機能のスクリーンショット

screenshot

GranBlue POPUP拡張機能のCRXファイルをダウンロード

GranBlue POPUP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It is an extension to display the grabble browser version in the style of APP edition in which the service terminated.
To start up please click the icon in the upper right of the browse

This extension is informal. Please use it at your own risk when using it.

[Characteristic]
Automatic screen size adjustment(up to 3 levels display by increasing width)
Other functions(It can be changed by option)

[Function]
Show bookmark
Copy ID(show ID screen only)
Mouse extension
Keyboard extension
System extension

1.4
add
Support Arcalum,BreakGround

delete
Transition to hell mode

1.3
add option
-Right double-click to "rematch" in the result(default:OFF)


1.2
add option
-prevent mystery effect setting of character click on battle screen(default:ON)

1.1
add option
-prevent display of standard menu(default:ON)
-prevent dragging of image(default:ON)

[tag]
グラブル
グランブルーファンタジー
granbluefantasy                    

拡張機能の基本情報

名前 GranBlue POPUP GranBlue POPUP
ID amfpomjjdhemljbglnejdlmoaolakpib
公式URL https://chromewebstore.google.com/detail/granblue-popup/amfpomjjdhemljbglnejdlmoaolakpib
説明 This is POPUP version of GranBlue
ファイルサイズ 46.07 KB
インストール数 4,000
現在のバージョン 1.4.0
最終更新日 2023-03-25
公開日 2019-03-30
評価 4.95/5 合計 19 レビュー
開発者 にく
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://game.granbluefantasy.jp
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "version": "1.4.0",
    "icons": {
        "128": "image\/icon128.png"
    },
    "background": {
        "service_worker": "background_main.js"
    },
    "action": {
        "default_icon": "image\/icon19.png",
        "default_title": "Granbule POPUP"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/game.granbluefantasy.jp\/*"
            ],
            "js": [
                "jquery.min.js",
                "common.js",
                "common_window.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "host_permissions": [
        "*:\/\/game.granbluefantasy.jp\/*"
    ],
    "permissions": [
        "storage",
        "bookmarks"
    ]
}