Naver eSport Windowed FullScreen
네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.
什么是Naver eSport Windowed FullScreen?
Naver eSport Windowed FullScreen是由cookie.jung开发的Chrome扩展程序,该扩展的主要功能是“네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.”。
扩展截图
下载Naver eSport Windowed FullScreen扩展crx文件
下载Naver eSport Windowed FullScreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
네이버 이스포츠(롤챔스) 창모드 전체화면 플러그인.
와이드 모니터 사용자로서 창모드가 필요해서 내가 만듬.
향후 네이버가 변경되면 적용이 안될수도 있음.
(업데이트 여부는 장담못함)
------------------------------
1.0.3 업데이트 扩展基本信息
| 名称 | |
| 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"
} | |