네이버 동영상 플러그인
네이버 동영상 서비스 이용을 위한 확장 프로그램
What is 네이버 동영상 플러그인?
네이버 동영상 플러그인 is a Chrome extension developed by NAVER Corp., and its main feature is "네이버 동영상 서비스 이용을 위한 확장 프로그램".
Extension Screenshots
Download 네이버 동영상 플러그인 Extension CRX File
Download 네이버 동영상 플러그인 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
네이버 동영상 플러그인을 이용해 네이버의 다양한 동영상 서비스를 즐겨보세요! 크롬 브라우저에서 네이버 동영상 서비스 이용을 위해서는 네이버 동영상 플러그인의 설치가 필요합니다. 2015년 9월 부터 크롬브라우져에서 NPAPI 지원이 중지되어 “네이버 동영상 플러그인” 설치 후 아래의 동영상 서비스를 이용해주세요. 1. 네이버 라이브 스트리밍 : 스포츠, 네이버TV, 뉴스 등 생중계 서비스 HD 화질 시청
Extension Basic Information
Name | 네이버 동영상 플러그인 |
ID | ooadnieabchijkibjpeieeliohjidnjj |
Official 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 |
Description | 네이버 동영상 서비스 이용을 위한 확장 프로그램 |
File Size | 5.66 KB |
Installation Count | 5,327,144 |
Current Version | 1.0.2.2 |
Last Updated | 2023-02-02 |
Publish Date | 2019-01-29 |
Rating | 1.61/5 Total 2165 Ratings |
Developer | NAVER Corp. |
[email protected] | |
Payment Type | free |
Extension Website | https://www.naver.com |
Privacy Policy Page URL | https://policy.naver.com/policy/privacy.html |
Supported Languages | 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\/*" ] } } |