네이버 카페 새로고침

네이버 카페 사이트에서 새로고침을 개선합니다.

네이버 카페 새로고침란 무엇입니까?

네이버 카페 새로고침은(는) getCurrentThread에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "네이버 카페 사이트에서 새로고침을 개선합니다."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

네이버 카페 새로고침 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        네이버 카페 사이트에서 새로고침을 하거나 뒤로가기를 하면 
카페 메인 또는 잘못된 페이지로 이동하는 오류를 수정합니다.
Fix errors that go to the main or the wrong page 
when you refresh or go back on the Naver Cafe site.

피드백 또는 오류신고는 아래 링크를 통해 이슈를 생성해주세요.
Please create an issue through the link below for feedback or error reporting.

https://github.com/getCurrentThread/Naver-Cafe-Fix-Refresh-Extension/issues

v1.1.0
- 카페 메인 예외 처리 추가

v1.0.0
- 초안 릴리즈                    

확장 프로그램 기본 정보

이름 네이버 카페 새로고침 네이버 카페 새로고침
ID jlebnhjlcighfebijokkgijldbfiameg
공식 URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%B9%B4%ED%8E%98-%EC%83%88%EB%A1%9C%EA%B3%A0%EC%B9%A8/jlebnhjlcighfebijokkgijldbfiameg
설명 네이버 카페 사이트에서 새로고침을 개선합니다.
파일 크기 97.77 KB
설치 횟수 821
현재 버전 0.1.1.2
최근 업데이트 2022-07-01
출시 날짜 2022-06-29
평점 5.00/5 총 1 개의 평점
개발자 getCurrentThread
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/getCurrentThread/Naver-Cafe-Fix-Refresh-Extension
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub124\uc774\ubc84 \uce74\ud398 \uc0c8\ub85c\uace0\uce68",
    "description": "\ub124\uc774\ubc84 \uce74\ud398 \uc0ac\uc774\ud2b8\uc5d0\uc11c \uc0c8\ub85c\uace0\uce68\uc744 \uac1c\uc120\ud569\ub2c8\ub2e4.",
    "homepage_url": "https:\/\/github.com\/getCurrentThread\/Naver-Cafe-Fix-Refresh-Extension",
    "version": "0.1.1.2",
    "author": "getCurrentThread",
    "action": {
        "default_icon": "assets\/thumbnail.png"
    },
    "icons": {
        "16": "assets\/thumbnail.png",
        "48": "assets\/thumbnail.png",
        "128": "assets\/thumbnail.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/cafe.naver.com\/*"
            ],
            "all_frames": true,
            "css": [],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "lib\/arrive.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}