Naver eSport Windowed FullScreen
네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.
Naver eSport Windowed FullScreen란 무엇입니까?
Naver eSport Windowed FullScreen은(는) cookie.jung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in."입니다.
확장 프로그램 스크린샷
Naver eSport Windowed FullScreen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
네이버 이스포츠(롤챔스) 창모드 전체화면 플러그인. 와이드 모니터 사용자로서 창모드가 필요해서 내가 만듬. 향후 네이버가 변경되면 적용이 안될수도 있음. (업데이트 여부는 장담못함) ------------------------------ 1.0.3 업데이트
확장 프로그램 기본 정보
이름 | Naver eSport Windowed FullScreen |
ID | ejkkjkkajeiiifknmdhgmohejnkgegma |
공식 URL | https://chromewebstore.google.com/detail/naver-esport-windowed-ful/ejkkjkkajeiiifknmdhgmohejnkgegma |
설명 | 네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in. |
파일 크기 | 13.75 KB |
설치 횟수 | 382 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-04-09 |
출시 날짜 | 2023-01-23 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | cookie.jung |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon16.png" }, "content_scripts": [ { "css": [ "NaverVod.fullbrowser.css" ], "js": [ "NaverVod.fullbrowser.js" ], "matches": [ "*:\/\/game.naver.com\/*" ], "run_at": "document_end" } ], "description": "\ub124\uc774\ubc84 \uc774\uc2a4\ud3ec\uce20(\ub864\ucc54\uc2a4) \ucc3d\ubaa8\ub4dc \uc804\uccb4\ud654\uba74 plug-in.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Naver eSport Windowed FullScreen", "short_name": "Naver eSport FullScreen", "version": "1.0.3" } |