Naver Cafe Free Pass

네이버/다음 카페의 게시글 읽기 차단을 우회합니다.

What is Naver Cafe Free Pass?

Naver Cafe Free Pass is a Chrome extension developed by https://ucyang.com, and its main feature is "네이버/다음 카페의 게시글 읽기 차단을 우회합니다.".

Extension Screenshots

screenshot

Download Naver Cafe Free Pass Extension CRX File

Download Naver Cafe Free Pass 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

                        네이버/다음 카페에는 비회원도 네이버/다음 검색을 통해 볼 수 있는 글이 많습니다. 그러한 글들은 네이버/다음 검색을 거쳐 접근하거나 카페에 가입해야만 내용을 확인할 수 있으며 그 외의 방식은 차단됩니다.

이 프로그램은 네이버/다음에서 검색되는 것을 허락한 카페 게시글을 검색 또는 가입을 거치지 않아도 차단되지 않고 자유롭게 볼 수 있도록 하는 프로그램입니다.

※ 주의사항: 네이버/다음에서 검색되는 것을 허락한 게시글에만 동작합니다. 단, 글 작성자가 별도로 설정하지 않은 대부분은 기본적으로 검색이 허용되어 있습니다.


GitHub: https://github.com/ucyang/NaverCafeFreePass

본 소프트웨어는 GPLv3 오픈 소스 소프트웨어입니다. 버그 신고 및 각종 기여를 언제든지 환영합니다.                    

Extension Basic Information

Name Naver Cafe Free Pass Naver Cafe Free Pass
ID jojlddfolpiejckahpinefdikdogenjg
Official URL https://chromewebstore.google.com/detail/naver-cafe-free-pass/jojlddfolpiejckahpinefdikdogenjg
Description 네이버/다음 카페의 게시글 읽기 차단을 우회합니다.
File Size 20.28 KB
Installation Count 72,724
Current Version 1.6.0
Last Updated 2021-08-31
Publish Date 2020-02-16
Rating 4.73/5 Total 37 Ratings
Developer https://ucyang.com
Email [email protected]
Payment Type free
Extension Website https://ucyang.com/
Help Page URL https://ucyang.com/
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naver Cafe Free Pass",
    "short_name": "Naver Pass",
    "version": "1.6.0",
    "description": "\ub124\uc774\ubc84\/\ub2e4\uc74c \uce74\ud398\uc758 \uac8c\uc2dc\uae00 \uc77d\uae30 \ucc28\ub2e8\uc744 \uc6b0\ud68c\ud569\ub2c8\ub2e4.",
    "author": "Unchun Yang",
    "homepage_url": "https:\/\/ucyang.com\/",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "*:\/\/*.naver.com\/*",
        "*:\/\/*.daum.net\/*"
    ]
}