Naver eSport Windowed FullScreen

네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.

What is Naver eSport Windowed FullScreen?

Naver eSport Windowed FullScreen is a Chrome extension developed by cookie.jung, and its main feature is "네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.".

Extension Screenshots

screenshot
screenshot

Download Naver eSport Windowed FullScreen Extension CRX File

Download Naver eSport Windowed FullScreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        네이버 이스포츠(롤챔스) 창모드 전체화면 플러그인.

와이드 모니터 사용자로서 창모드가 필요해서 내가 만듬.
향후 네이버가 변경되면 적용이 안될수도 있음.
(업데이트 여부는 장담못함)
------------------------------
1.0.3 업데이트                    

Extension Basic Information

Name Naver eSport Windowed FullScreen Naver eSport Windowed FullScreen
ID ejkkjkkajeiiifknmdhgmohejnkgegma
Official URL https://chromewebstore.google.com/detail/naver-esport-windowed-ful/ejkkjkkajeiiifknmdhgmohejnkgegma
Description 네이버 이스포츠(롤챔스) 창모드 전체화면 plug-in.
File Size 13.75 KB
Installation Count 382
Current Version 1.0.3
Last Updated 2023-04-09
Publish Date 2023-01-23
Rating 5.00/5 Total 6 Ratings
Developer cookie.jung
Email [email protected]
Payment Type free
Supported Languages 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"
}