DCSimpler

디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.

What is DCSimpler?

DCSimpler is a Chrome extension developed by vwvw, and its main feature is "디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DCSimpler Extension CRX File

Download DCSimpler 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

                        DCSimpler는 디시인사이드 사용자경험 개선을 위한 확장 프로그램입니다. 갤질을 위해 갤러리를 깔끔하게 볼 수 있게 해주며, 추가적인 기능을 사용할 수 있습니다. 바로글보기 기능을 통해 디씨의 불필요한 요소들을 최소한으로 불러옵니다.

DCSimpler is extension for DCINSIDE. support minimizing layout and hiding unnecessary articles for easy web surfing.

기능:
 • 갤러리 레이아웃 최소화
 • 사용자 차단 및 메모
 • 목록에서 바로 글 보기
 • 짤방 엑박 자동 새로고침

업데이트 내역은 아래 주소에서 확인하실 수 있습니다.
(https://sites.google.com/view/dcsimpler/updatelog)                    

Extension Basic Information

Name DCSimpler DCSimpler
ID kgpiejjjpjkcijopeabfleliifbhfnci
Official URL https://chromewebstore.google.com/detail/dcsimpler/kgpiejjjpjkcijopeabfleliifbhfnci
Description 디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.
File Size 472 KB
Installation Count 2,419
Current Version 1.4.1
Last Updated 2023-05-29
Publish Date 2020-04-10
Rating 4.69/5 Total 137 Ratings
Developer vwvw
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "vwvw",
    "manifest_version": 2,
    "name": "DCSimpler",
    "short_name": "dcsimpler",
    "version": "1.4.1",
    "description": "\ub514\uc2dc\uc778\uc0ac\uc774\ub4dc \uac24\uc9c8\uc744 \uc704\ud55c \ub2e4\uc591\ud55c \ubd80\uac00\uae30\ub2a5\uc744 \uc81c\uacf5\ud558\ub294 \uc775\uc2a4\ud150\uc158\uc785\ub2c8\ub2e4.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "activeTab",
        "https:\/\/gall.dcinside.com\/board\/*",
        "https:\/\/gall.dcinside.com\/mgallery\/board\/*",
        "https:\/\/sites.google.com\/view\/dcsimpler\/*",
        "https:\/\/ir.joins.com\/*"
    ],
    "background": {
        "scripts": [
            "lib\/jQuery\/jquery.js",
            "js\/lsmm.js",
            "js\/egyptian.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gall.dcinside.com\/board\/*",
                "https:\/\/gall.dcinside.com\/mgallery\/board\/*",
                "https:\/\/gall.dcinside.com\/mgallery\/\/board\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/jquery-ui.min.css",
                "css\/content.css"
            ],
            "js": [
                "lib\/jQuery\/jquery.js",
                "lib\/jQuery\/jquery-ui.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "options_page": "html\/config.html",
    "browser_action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png"
        }
    },
    "commands": {
        "write": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "\uae00 \uc791\uc131"
        }
    }
}