클린디씨
쾌적한 갤질을 위해
Wat is 클린디씨?
클린디씨 is een Chrome-extensie ontwikkeld door Sunny Holic, en de belangrijkste functie is "쾌적한 갤질을 위해".
Extensie Screenshots
Download het CRX-bestand van de extensie 클린디씨
Download 클린디씨-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide annoying ads with layout correction. 또한 레이아웃을 최소화 하고 키워드와 아이디를 기준으로 유저 차단 기능 제공. 릴리즈노트 : https://github.com/CleanDC/CleanDC/releases -4.1.1 마이너 갤러리등 일부 갤러리에서 목록 차단 일안하는 문제 수정 -4.1.0 딥러닝으로 작동하는 후방주의 기능이 추가되었습니다. 그림 우클릭하면 필터 해제 됩니다. -4.0.0 beta 시작부터 모두 리팩토링 되었습니다. 불안정할 수 있습니다. 시간이 넘치고 열정이 넘치던 대학생때 만들었는데 이제 나이가 앞자리가 바뀌었습니다. 디시를 잘 하지 않고 더이상 관리를 할 자신이 없어서 오픈소스로 전환합니다.
Basisinformatie over de Extensie
Naam | 클린디씨 |
ID | figgbchemjpjjobkimbpkgoooifccpmg |
Officiële URL | https://chromewebstore.google.com/detail/%ED%81%B4%EB%A6%B0%EB%94%94%EC%94%A8/figgbchemjpjjobkimbpkgoooifccpmg |
Beschrijving | 쾌적한 갤질을 위해 |
Bestandsgrootte | 4.99 MB |
Aantal Installaties | 15,327 |
Huidige Versie | 4.1.7 |
Laatst Bijgewerkt | 2021-05-29 |
Publicatiedatum | 2020-09-06 |
Beoordeling | 4.35/5 Totaal 289 Beoordelingen |
Ontwikkelaar | Sunny Holic |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/CleanDC/CleanDC |
Help Pagina-URL | https://github.com/CleanDC/CleanDC/issues |
Ondersteunde Talen | 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" } |