DCSimpler

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

DCSimplerคืออะไร?

DCSimpler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vwvw และคุณลักษณะหลักของมันคือ "디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DCSimpler

ดาวน์โหลดไฟล์ส่วนขยาย DCSimpler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DCSimpler DCSimpler
ID kgpiejjjpjkcijopeabfleliifbhfnci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dcsimpler/kgpiejjjpjkcijopeabfleliifbhfnci
คำอธิบาย 디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.
ขนาดไฟล์ 472 KB
จำนวนการติดตั้ง 2,419
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2020-04-10
คะแนน 4.69/5 รวมทั้งหมด 137 คะแนน
ผู้พัฒนา vwvw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    }
}