네이버 동영상 플러그인

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

Cos'è 네이버 동영상 플러그인?

네이버 동영상 플러그인 è un'estensione di Chrome sviluppata da NAVER Corp., e la sua funzione principale è "네이버 동영상 서비스 이용을 위한 확장 프로그램".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 네이버 동영상 플러그인

Scarica i file di estensione 네이버 동영상 플러그인 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 네이버 동영상 플러그인 네이버 동영상 플러그인
ID ooadnieabchijkibjpeieeliohjidnjj
URL Ufficiale 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
Descrizione 네이버 동영상 서비스 이용을 위한 확장 프로그램
Dimensione del File 5.66 KB
Conteggio Installazioni 5,327,144
Versione Corrente 1.0.2.2
Ultimo Aggiornamento 2023-02-02
Data di Pubblicazione 2019-01-29
Valutazione 1.61/5 Totale 2165 Valutazioni
Sviluppatore NAVER Corp.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.naver.com
URL della Pagina della Politica sulla Privacy https://policy.naver.com/policy/privacy.html
Lingue Supportate 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\/*"
        ]
    }
}