Naver Content Counter

네이버 까페글과 블로그글의 이미지, 동영상, 검색어 일치수 등을 보여주는 크롬익스텐션입니다.

What is Naver Content Counter?

Naver Content Counter is a Chrome extension developed by ztype, and its main feature is "네이버 까페글과 블로그글의 이미지, 동영상, 검색어 일치수 등을 보여주는 크롬익스텐션입니다.".

Download Naver Content Counter Extension CRX File

Download Naver Content Counter 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 Content Counter Naver Content Counter
ID fnmlplplnlljbnppdidbnodcmfahpodn
Official URL https://chromewebstore.google.com/detail/naver-content-counter/fnmlplplnlljbnppdidbnodcmfahpodn
Description 네이버 까페글과 블로그글의 이미지, 동영상, 검색어 일치수 등을 보여주는 크롬익스텐션입니다.
File Size 4.95 KB
Installation Count 113
Current Version 0.3
Last Updated 2017-03-29
Publish Date 2017-03-29
Rating 4.89/5 Total 9 Ratings
Developer ztype
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Naver Content Counter",
    "version": "0.3",
    "description": "\ub124\uc774\ubc84 \uae4c\ud398\uae00\uacfc \ube14\ub85c\uadf8\uae00\uc758 \uc774\ubbf8\uc9c0, \ub3d9\uc601\uc0c1, \uac80\uc0c9\uc5b4 \uc77c\uce58\uc218 \ub4f1\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ud06c\ub86c\uc775\uc2a4\ud150\uc158\uc785\ub2c8\ub2e4.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}