네이버 동영상 플러그인

네이버 동영상 서비스 이용을 위한 확장 프로그램

네이버 동영상 플러그인란 무엇입니까?

네이버 동영상 플러그인은(는) NAVER Corp.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "네이버 동영상 서비스 이용을 위한 확장 프로그램"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

네이버 동영상 플러그인 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        네이버 동영상 플러그인을 이용해 네이버의 다양한 동영상 서비스를 즐겨보세요!
크롬 브라우저에서 네이버 동영상 서비스 이용을 위해서는 네이버 동영상 플러그인의 설치가 필요합니다. 
 
2015년 9월 부터 크롬브라우져에서 NPAPI 지원이 중지되어 “네이버 동영상 플러그인” 설치 후 아래의 동영상 서비스를 이용해주세요.  
1. 네이버 라이브 스트리밍 : 스포츠, 네이버TV, 뉴스 등 생중계 서비스 HD 화질 시청                    

확장 프로그램 기본 정보

이름 네이버 동영상 플러그인 네이버 동영상 플러그인
ID ooadnieabchijkibjpeieeliohjidnjj
공식 URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EB%8F%99%EC%98%81%EC%83%81-%ED%94%8C%EB%9F%AC%EA%B7%B8%EC%9D%B8/ooadnieabchijkibjpeieeliohjidnjj
설명 네이버 동영상 서비스 이용을 위한 확장 프로그램
파일 크기 5.66 KB
설치 횟수 5,327,144
현재 버전 1.0.2.2
최근 업데이트 2023-02-02
출시 날짜 2019-01-29
평점 1.61/5 총 2165 개의 평점
개발자 NAVER Corp.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.naver.com
개인정보 보호 정책 페이지 URL https://policy.naver.com/policy/privacy.html
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub124\uc774\ubc84 \ub3d9\uc601\uc0c1 \ud50c\ub7ec\uadf8\uc778",
    "version": "1.0.2.2",
    "description": "\ub124\uc774\ubc84 \ub3d9\uc601\uc0c1 \uc11c\ube44\uc2a4 \uc774\uc6a9\uc744 \uc704\ud55c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.naver.com\/*",
                "http:\/\/*.nhncorp.com\/*",
                "http:\/\/*.navercorp.com\/*",
                "https:\/\/*.naver.com\/*",
                "https:\/\/*.nhncorp.com\/*",
                "https:\/\/*.navercorp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "nativeMessaging"
    ],
    "host_permissions": [
        "http:\/\/*.naver.com\/*",
        "http:\/\/*.nhncorp.com\/*",
        "http:\/\/*.navercorp.com\/*",
        "https:\/\/*.naver.com\/*",
        "https:\/\/*.nhncorp.com\/*",
        "https:\/\/*.navercorp.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.naver.com\/*",
            "http:\/\/*.nhncorp.com\/*",
            "http:\/\/*.navercorp.com\/*",
            "https:\/\/*.naver.com\/*",
            "https:\/\/*.nhncorp.com\/*",
            "https:\/\/*.navercorp.com\/*"
        ]
    }
}