GranBlue POPUP
This is POPUP version of GranBlue
GranBlue POPUP란 무엇입니까?
GranBlue POPUP은(는) にく에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is POPUP version of GranBlue"입니다.
확장 프로그램 스크린샷
GranBlue POPUP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |