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
官方網址 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 次評分
開發者 にく
電子郵箱 [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"
    ]
}