리뷰언즈 엔서포터

네이버 블로그 운영에 도움이 됩니다.

What is 리뷰언즈 엔서포터?

리뷰언즈 엔서포터 is a Chrome extension developed by https://www.reviewerns.com, and its main feature is "네이버 블로그 운영에 도움이 됩니다.".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        네이버 검색 키워드와 블로그 글을 분석하여 검색엔진 최적화 된 콘텐츠를 작성하는데 도움이 됩니다. 블로그 글 작성 시 글자 수를 표시하는 기능도 제공됩니다.                    

Extension Basic Information

Name 리뷰언즈 엔서포터 리뷰언즈 엔서포터
ID ogdclnimljhnfgcmgpccipgbjfhlmbap
Official URL https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B7%B0%EC%96%B8%EC%A6%88-%EC%97%94%EC%84%9C%ED%8F%AC%ED%84%B0/ogdclnimljhnfgcmgpccipgbjfhlmbap
Description 네이버 블로그 운영에 도움이 됩니다.
File Size 36.78 KB
Installation Count 60,000
Current Version 0.4.0
Last Updated 2023-10-19
Publish Date 2022-09-07
Rating 4.75/5 Total 8 Ratings
Developer https://www.reviewerns.com
Email [email protected]
Payment Type free
Extension Website https://www.reviewerns.com/
Help Page URL https://www.reviewerns.com/main/support/
Privacy Policy Page URL https://www.reviewerns.com/terms/privacy_policy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub9ac\ubdf0\uc5b8\uc988 \uc5d4\uc11c\ud3ec\ud130",
    "version": "0.4.0",
    "description": "\ub124\uc774\ubc84 \ube14\ub85c\uadf8 \uc6b4\uc601\uc5d0 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.",
    "icons": {
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon_16.png",
            "32": "icon\/icon_32.png",
            "48": "icon\/icon_48.png",
            "128": "icon\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.reviewerns.com\/*",
        "https:\/\/*.naver.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js",
                "vendor\/purify.min.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/search.naver.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "blog_editor_addon.js",
                "lib\/NsupporterBlogEditorAddon.js",
                "lib\/NsupporterBlogPostParser.js"
            ],
            "matches": [
                "https:\/\/blog.naver.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.naver.com\/*"
            ]
        }
    ]
}