클린디씨

쾌적한 갤질을 위해

What is 클린디씨?

클린디씨 is a Chrome extension developed by Sunny Holic, and its main feature is "쾌적한 갤질을 위해".

Extension Screenshots

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

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

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

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

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

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

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

Extension Basic Information

Name 클린디씨 클린디씨
ID figgbchemjpjjobkimbpkgoooifccpmg
Official URL https://chromewebstore.google.com/detail/%ED%81%B4%EB%A6%B0%EB%94%94%EC%94%A8/figgbchemjpjjobkimbpkgoooifccpmg
Description 쾌적한 갤질을 위해
File Size 4.99 MB
Installation Count 15,327
Current Version 4.1.7
Last Updated 2021-05-29
Publish Date 2020-09-06
Rating 4.35/5 Total 289 Ratings
Developer Sunny Holic
Email [email protected]
Payment Type free
Extension Website https://github.com/CleanDC/CleanDC
Help Page URL https://github.com/CleanDC/CleanDC/issues
Supported Languages 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"
}