DCoutside
인생 호롤롤로지!
Cos'è DCoutside?
DCoutside è un'estensione di Chrome sviluppata da pkadks, e la sua funzione principale è "인생 호롤롤로지!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DCoutside
Scarica i file di estensione DCoutside in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
DCinside의 몇 가지 불편한 점을 개선하기 위한 확장 프로그램입니다. 기능 : * 닉네임 확장 - 긴 닉네임 잘리는 거 제대로 보여줌 * 옛버전 글머리 아이콘 - 추억에 잠겨봅시다. * 모바일 글쓰기 폼 - 이미지 업로드 불편한 거 해소 * 레이아웃 간소화 - 호롤롤롤ㄹ * 운영자 공지 숨기기 - 그냥; * 이미지 가로폭 제한 해제 * 유동닉 글 삭제 * 상단 즐겨찾기 추가 ※ 다른 확장 프로그램과 충돌할 수 있으며 그에 대한 호환성은 고려하지 않습니다. 기타 문의는 옵션 화면 하단 수단을 통하여... 최근 업데이트 내역 : * 모바일 글쓰기 폼 코드 오류 수정
Informazioni di Base sull'Estensione
Nome | DCoutside |
ID | gdhdeddbfdfdplhlggfgfbdemnmmljdo |
URL Ufficiale | https://chrome.google.com/webstore/detail/gdhdeddbfdfdplhlggfgfbdemnmmljdo |
Descrizione | 인생 호롤롤로지! |
Dimensione del File | 31.71 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0.15 |
Ultimo Aggiornamento | 2014-07-02 |
Data di Pubblicazione | 2014-07-02 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | pkadks |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |