GranBlue POPUP

This is POPUP version of GranBlue

GranBlue POPUP क्या है?

GranBlue POPUP にく द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is POPUP version of GranBlue"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GranBlue POPUP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 रेटिंग्स
डेवलपर にく
ईमेल [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"
    ]
}