클린디씨

쾌적한 갤질을 위해

클린디씨란 무엇입니까?

클린디씨은(는) Sunny Holic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "쾌적한 갤질을 위해"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

클린디씨 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hide annoying ads with layout correction.
또한 레이아웃을 최소화 하고
키워드와 아이디를 기준으로 유저 차단 기능 제공.

릴리즈노트 : https://github.com/CleanDC/CleanDC/releases

-4.1.1
마이너 갤러리등 일부 갤러리에서 목록 차단 일안하는 문제 수정

-4.1.0
딥러닝으로 작동하는 후방주의 기능이 추가되었습니다.
그림 우클릭하면 필터 해제 됩니다.

-4.0.0 beta
시작부터 모두 리팩토링 되었습니다.
불안정할 수 있습니다.

시간이 넘치고 열정이 넘치던 대학생때 만들었는데
이제 나이가 앞자리가 바뀌었습니다.
디시를 잘 하지 않고 더이상 관리를 할 자신이 없어서
오픈소스로 전환합니다.                    

확장 프로그램 기본 정보

이름 클린디씨 클린디씨
ID figgbchemjpjjobkimbpkgoooifccpmg
공식 URL https://chromewebstore.google.com/detail/%ED%81%B4%EB%A6%B0%EB%94%94%EC%94%A8/figgbchemjpjjobkimbpkgoooifccpmg
설명 쾌적한 갤질을 위해
파일 크기 4.99 MB
설치 횟수 15,327
현재 버전 4.1.7
최근 업데이트 2021-05-29
출시 날짜 2020-09-06
평점 4.35/5 총 289 개의 평점
개발자 Sunny Holic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/CleanDC/CleanDC
도움말 페이지 URL https://github.com/CleanDC/CleanDC/issues
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.7",
    "author": "Sunny Holic",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "\ud074\ub9b0\ub514\uc528",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "cleandc.js"
            ],
            "matches": [
                "*:\/\/gall.dcinside.com\/*\/*",
                "*:\/\/job.dcinside.com\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\ucf8c\uc801\ud55c \uac24\uc9c8\uc744 \uc704\ud574",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "\ud074\ub9b0\ub514\uc528",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.dcinside.com\/*",
        "*:\/\/*.dcinside.co.kr\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "helper.js",
        "assets\/**",
        "*.png",
        "*.woff2"
    ],
    "short_name": "CleanDC"
}