dc add-on
갤질용 편의기능 제공
What is dc add-on?
dc add-on is a Chrome extension developed by ゆがみ, and its main feature is "갤질용 편의기능 제공".
Extension Screenshots
Download dc add-on Extension CRX File
Download dc add-on 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
dcinside add-on
글목록 새로고침없이 로딩
빠른글보기(글 목록 바깥 클릭하면 보고있는 글 닫힘)
차단
추첨 Extension Basic Information
| Name | |
| ID | hcimdcaonmkilfnnbefagdpoggjnaddj |
| Official URL | https://chromewebstore.google.com/detail/dc-add-on/hcimdcaonmkilfnnbefagdpoggjnaddj |
| Description | 갤질용 편의기능 제공 |
| File Size | 68.49 KB |
| Installation Count | 57 |
| Current Version | 2.5.1 |
| Last Updated | 2023-08-10 |
| Publish Date | 2020-04-02 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | ゆがみ |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://github.com/NocturneOp48/Lazy-dcinside/wiki/Privacy-policy |
| Supported Languages | ko |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"web_accessible_resources": [
"*"
]
},
"content_scripts": [
{
"css": [
".\/content_scripts.css"
],
"js": [
".\/anime.min.js",
".\/fx.js",
".\/fxjs-dom.js",
".\/customlib.js",
".\/content_scripts.js"
],
"matches": [
"https:\/\/gall.dcinside.com\/*"
]
}
],
"description": "\uac24\uc9c8\uc6a9 \ud3b8\uc758\uae30\ub2a5 \uc81c\uacf5",
"manifest_version": 2,
"name": "dc add-on",
"permissions": [
"https:\/\/gall.dcinside.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.5.1"
} | |