GranBlue POPUP
This is POPUP version of GranBlue
GranBlue POPUP là gì?
GranBlue POPUP là một tiện ích mở rộng Chrome được phát triển bởi にく, và tính năng chính của nó là "This is POPUP version of GranBlue".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GranBlue POPUP
Tải xuống các tệp mở rộng GranBlue POPUP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GranBlue POPUP |
ID | amfpomjjdhemljbglnejdlmoaolakpib |
URL Chính Thức | https://chromewebstore.google.com/detail/granblue-popup/amfpomjjdhemljbglnejdlmoaolakpib |
Mô tả | This is POPUP version of GranBlue |
Kích Thước Tệp | 46.07 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2023-03-25 |
Ngày Phát Hành | 2019-03-30 |
Đánh Giá | 4.95/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | にく |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://game.granbluefantasy.jp |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |