DCoutside

인생 호롤롤로지!

Wat is DCoutside?

DCoutside is een Chrome-extensie ontwikkeld door pkadks, en de belangrijkste functie is "인생 호롤롤로지!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DCoutside

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

                        DCinside의 몇 가지 불편한 점을 개선하기 위한 확장 프로그램입니다.

기능 :

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

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

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

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

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

* 이미지 가로폭 제한 해제

* 유동닉 글 삭제

* 상단 즐겨찾기 추가

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

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


최근 업데이트 내역 :

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

Basisinformatie over de Extensie

Naam DCoutside DCoutside
ID gdhdeddbfdfdplhlggfgfbdemnmmljdo
Officiële URL https://chrome.google.com/webstore/detail/gdhdeddbfdfdplhlggfgfbdemnmmljdo
Beschrijving 인생 호롤롤로지!
Bestandsgrootte 31.71 KB
Aantal Installaties 29
Huidige Versie 1.0.15
Laatst Bijgewerkt 2014-07-02
Publicatiedatum 2014-07-02
Beoordeling 3.00/5 Totaal 8 Beoordelingen
Ontwikkelaar pkadks
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}