Naver News Ex

Show the press on the Naver News link

What is Naver News Ex?

Naver News Ex is a Chrome extension developed by tobwithu, and its main feature is "Show the press on the Naver News link".

Extension Screenshots

screenshot

Download Naver News Ex Extension CRX File

Download Naver News Ex 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

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

Extension Basic Information

Name Naver News Ex Naver News Ex
ID anfbkggepilagpcoicojhcgbogbppmbh
Official URL https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh
Description Show the press on the Naver News link
File Size 12.66 KB
Installation Count 19
Current Version 0.4
Last Updated 2019-04-10
Publish Date 2019-04-10
Rating 1.00/5 Total 1 Ratings
Developer tobwithu
Email [email protected]
Payment Type free
Privacy Policy Page URL http://xnotifier.tobwithu.com/privacy.php
Supported Languages 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\/*"
            ]
        }
    ]
}