DCoutside

인생 호롤롤로지!

What is DCoutside?

DCoutside is a Chrome extension developed by pkadks, and its main feature is "인생 호롤롤로지!".

Extension Screenshots

screenshot

Download DCoutside Extension CRX File

Download DCoutside 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의 몇 가지 불편한 점을 개선하기 위한 확장 프로그램입니다.

기능 :

* 닉네임 확장 - 긴 닉네임 잘리는 거 제대로 보여줌

* 옛버전 글머리 아이콘 - 추억에 잠겨봅시다.

* 모바일 글쓰기 폼 - 이미지 업로드 불편한 거 해소

* 레이아웃 간소화 - 호롤롤롤ㄹ

* 운영자 공지 숨기기 - 그냥;

* 이미지 가로폭 제한 해제

* 유동닉 글 삭제

* 상단 즐겨찾기 추가

※ 다른 확장 프로그램과 충돌할 수 있으며 그에 대한 호환성은 고려하지 않습니다.

기타 문의는 옵션 화면 하단 수단을 통하여...


최근 업데이트 내역 :

* 모바일 글쓰기 폼 코드 오류 수정                    

Extension Basic Information

Name DCoutside DCoutside
ID gdhdeddbfdfdplhlggfgfbdemnmmljdo
Official URL https://chrome.google.com/webstore/detail/gdhdeddbfdfdplhlggfgfbdemnmmljdo
Description 인생 호롤롤로지!
File Size 31.71 KB
Installation Count 29
Current Version 1.0.15
Last Updated 2014-07-02
Publish Date 2014-07-02
Rating 3.00/5 Total 8 Ratings
Developer pkadks
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "dcoutside.js"
            ],
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/*",
                "http:\/\/job.dcinside.com\/board\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\uc778\uc0dd \ud638\ub864\ub864\ub85c\uc9c0!",
    "name": "DCoutside",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/gall.dcinside.com\/board\/*",
        "http:\/\/m.dcinside.com\/*",
        "unlimitedStorage"
    ],
    "version": "1.0.15",
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "load.js"
        ]
    }
}