당근나라

네이버 카페에서 게시물 숨기기를 도와줍니다.

당근나라란 무엇입니까?

당근나라은(는) dodobestdo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "네이버 카페에서 게시물 숨기기를 도와줍니다."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

당근나라 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        중고나라를 비롯한 네이버 카페에서 원하지 않는 유저의 게시물을 보지 않도록 도와주는 확장 프로그램입니다. 

깃허브 주소 : https://github.com/DoTheBestMayB/RabbitCountry

문의 사항은 아래 깃허브 주소에 남겨주세요!
https://github.com/DoTheBestMayB/RabbitCountry/issues

# 23.04.10 1.3.6
+ 북마크 단축키를 Ctrl+Shift+B로 변경했습니다.

# 21.12.29 1.3.5
+ 필터링이 정말 동작 중일 때만 배지(ON)가 표시되도록 수정했습니다.

# 21.12.16 1.3.4
+ 북마크 단축키 기능이 추가 되었습니다.
Ctrl + B로 현재 보고 있는 게시물을 북마크 할 수 있습니다!
+ 몇 몇 불친절한 UI를 수정했습니다!
UI를 배워서 좀 더 개선하도록 하겠습니다!

# 21.12.06 1.3.3
+ 북마크 기능이 추가되었습니다.
+ 필터링이 동작 중인지 표시됩니다.                    

확장 프로그램 기본 정보

이름 당근나라 당근나라
ID efdhlhlgcmepgdejhbnkegfgikopifnm
공식 URL https://chromewebstore.google.com/detail/%EB%8B%B9%EA%B7%BC%EB%82%98%EB%9D%BC/efdhlhlgcmepgdejhbnkegfgikopifnm
설명 네이버 카페에서 게시물 숨기기를 도와줍니다.
파일 크기 26.45 KB
설치 횟수 163
현재 버전 1.3.6
최근 업데이트 2023-04-11
출시 날짜 2021-09-05
평점 4.00/5 총 1 개의 평점
개발자 dodobestdo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/DoTheBestMayB/RabbitCountry
도움말 페이지 URL https://github.com/DoTheBestMayB/RabbitCountry/issues
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub2f9\uadfc\ub098\ub77c",
    "version": "1.3.6",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "description": "\ub124\uc774\ubc84 \uce74\ud398\uc5d0\uc11c \uac8c\uc2dc\ubb3c \uc228\uae30\uae30\ub97c \ub3c4\uc640\uc90d\ub2c8\ub2e4.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "add-bookmark": {
            "suggested_key": "Ctrl+Shift+E",
            "description": "\ubcf4\uace0 \uc788\ub294 \uac8c\uc2dc\ubb3c \ubd81\ub9c8\ud06c \ucd94\uac00"
        }
    },
    "host_permissions": [
        "*:\/\/cafe.naver.com\/foo*",
        "*:\/\/cafe.naver.com\/foo#*",
        "*:\/\/cafe.naver.com\/ca-fe\/cafes\/foo*"
    ],
    "permissions": [
        "activeTab",
        "bookmarks",
        "scripting",
        "storage",
        "webNavigation",
        "tabs"
    ]
}