클린디씨
쾌적한 갤질을 위해
Vad är 클린디씨?
클린디씨 är en Chrome-tillägg utvecklad av Sunny Holic, och dess huvudfunktion är "쾌적한 갤질을 위해".
Tilläggsskärmbilder
Ladda ner 클린디씨-förlängningens CRX-fil
Ladda ner 클린디씨-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hide annoying ads with layout correction.
또한 레이아웃을 최소화 하고
키워드와 아이디를 기준으로 유저 차단 기능 제공.
릴리즈노트 : https://github.com/CleanDC/CleanDC/releases
-4.1.1
마이너 갤러리등 일부 갤러리에서 목록 차단 일안하는 문제 수정
-4.1.0
딥러닝으로 작동하는 후방주의 기능이 추가되었습니다.
그림 우클릭하면 필터 해제 됩니다.
-4.0.0 beta
시작부터 모두 리팩토링 되었습니다.
불안정할 수 있습니다.
시간이 넘치고 열정이 넘치던 대학생때 만들었는데
이제 나이가 앞자리가 바뀌었습니다.
디시를 잘 하지 않고 더이상 관리를 할 자신이 없어서
오픈소스로 전환합니다. Grundläggande Information om Tillägg
| Namn | |
| ID | figgbchemjpjjobkimbpkgoooifccpmg |
| Officiell webbadress | https://chromewebstore.google.com/detail/%ED%81%B4%EB%A6%B0%EB%94%94%EC%94%A8/figgbchemjpjjobkimbpkgoooifccpmg |
| Beskrivning | 쾌적한 갤질을 위해 |
| Filstorlek | 4.99 MB |
| Antal Installationer | 15,327 |
| Aktuell Version | 4.1.7 |
| Senast Uppdaterad | 2021-05-29 |
| Publiceringsdatum | 2020-09-06 |
| Betyg | 4.35/5 Totalt 289 Betyg |
| Utvecklare | Sunny Holic |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/CleanDC/CleanDC |
| Hjälpsida URL | https://github.com/CleanDC/CleanDC/issues |
| Stödda Språk | 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"
} | |