클린디씨

쾌적한 갤질을 위해

Cos'è 클린디씨?

클린디씨 è un'estensione di Chrome sviluppata da Sunny Holic, e la sua funzione principale è "쾌적한 갤질을 위해".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 클린디씨

Scarica i file di estensione 클린디씨 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

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

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

Informazioni di Base sull'Estensione

Nome 클린디씨 클린디씨
ID figgbchemjpjjobkimbpkgoooifccpmg
URL Ufficiale https://chromewebstore.google.com/detail/%ED%81%B4%EB%A6%B0%EB%94%94%EC%94%A8/figgbchemjpjjobkimbpkgoooifccpmg
Descrizione 쾌적한 갤질을 위해
Dimensione del File 4.99 MB
Conteggio Installazioni 15,327
Versione Corrente 4.1.7
Ultimo Aggiornamento 2021-05-29
Data di Pubblicazione 2020-09-06
Valutazione 4.35/5 Totale 289 Valutazioni
Sviluppatore Sunny Holic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CleanDC/CleanDC
URL della Pagina di Aiuto https://github.com/CleanDC/CleanDC/issues
Lingue Supportate 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"
}