Naver News Ex

Show the press on the Naver News link

Apa itu Naver News Ex?

Naver News Ex adalah ekstensi Chrome yang dikembangkan oleh tobwithu, dan fitur utamanya adalah "Show the press on the Naver News link".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Naver News Ex

Unduh file ekstensi Naver News Ex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        네이버 뉴스 링크에 언론사를 표시                    

Informasi Dasar Ekstensi

Nama Naver News Ex Naver News Ex
ID anfbkggepilagpcoicojhcgbogbppmbh
URL Resmi https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh
Deskripsi Show the press on the Naver News link
Ukuran File 12.66 KB
Jumlah Instalasi 19
Versi Saat Ini 0.4
Terakhir Diperbarui 2019-04-10
Tanggal Publikasi 2019-04-10
Penilaian 1.00/5 Total 1 Penilaian
Pengembang tobwithu
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://xnotifier.tobwithu.com/privacy.php
Bahasa yang Didukung en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naver News Ex",
    "short_name": "Naver News Ex",
    "version": "0.4",
    "description": "__MSG_app_description__",
    "default_locale": "ko",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/news.naver.com\/*"
            ]
        }
    ]
}