DCInside improved

It makes things on DCInside better.

DCInside improvedคืออะไร?

DCInside improved เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K. และคุณลักษณะหลักของมันคือ "It makes things on DCInside better."

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

screenshot
screenshot
screenshot

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

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

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

                        ‘디시인사이드 개선판’은 DCInside에 기능을 추가하여 보다 편리하게 사용할 수 있도록 도와 주는 Chrome 확장 프로그램입니다.

다음과 같은 추가 기능을 사용할 수 있습니다.

1. 실시간으로 동기화되는 게시판: 이제 새롭게 올라온 글을 보기 위하여 페이지 새로고침을 반복할 필요가 없습니다.
2. Identicon: 로그인을 하지 않은 사용자들을 직관적으로 식별하세요.
3. 암호 화폐 아이콘 표시: 사람들이 관심을 가지는 수많은 암호 화폐들을 한눈에 확인하세요.

본 Chrome 확장 프로그램의 소스 코드는 공개되어 있습니다. (며칠 후에 공개할 예정입니다.)
GitHub 저장소: https://github.com/wlzla000/DCInside-improved.                    

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

ชื่อ DCInside improved DCInside improved
ID fcjaffmkgjobhfmbgbpnpoanjfdnklem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dcinside-improved/fcjaffmkgjobhfmbgbpnpoanjfdnklem
คำอธิบาย It makes things on DCInside better.
ขนาดไฟล์ 2.16 MB
จำนวนการติดตั้ง 324
เวอร์ชันปัจจุบัน 10.2017.12.22
อัปเดตครั้งล่าสุด 2017-12-22
วันที่เผยแพร่ 2017-12-21
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา K.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/wlzla000/DCInside-improved
URL หน้าช่วยเหลือ https://github.com/wlzla000/DCInside-improved/issues
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "K.",
    "name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "10.2017.12.22",
    "default_locale": "ko",
    "icons": {
        "16": "resources\/extension_icons\/icon16.png",
        "24": "resources\/extension_icons\/icon24.png",
        "32": "resources\/extension_icons\/icon32.png",
        "64": "resources\/extension_icons\/icon64.png",
        "128": "resources\/extension_icons\/icon128.png",
        "256": "resources\/extension_icons\/icon256.png",
        "512": "resources\/extension_icons\/icon512.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "libraries\/Hashing\/js-sha3\/sha3.js",
            "libraries\/Identicon\/Jdenticon\/[email protected]",
            "libraries\/Identicon\/identicon.js\/pnglib.js",
            "libraries\/Identicon\/identicon.js\/identicon.js",
            "core.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/lists*",
                "http:\/\/gall.dcinside.com\/board\/view*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/lists*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/view*",
                "http:\/\/gall.dcinside.com\/search\/kakao*"
            ],
            "all_frames": true,
            "js": [
                "to-be-injected\/realtime_post_entries.js"
            ],
            "css": [
                "to-be-injected\/post_entries.css"
            ]
        },
        {
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/lists*",
                "http:\/\/gall.dcinside.com\/board\/view*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/lists*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/view*"
            ],
            "all_frames": true,
            "js": [
                "to-be-injected\/identicon.js"
            ],
            "css": [
                "to-be-injected\/identicon.css"
            ]
        },
        {
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/lists*",
                "http:\/\/gall.dcinside.com\/board\/view*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/lists*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/view*"
            ],
            "all_frames": false,
            "css": [
                "to-be-injected\/page_glitch_fix.css"
            ]
        },
        {
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/lists*",
                "http:\/\/gall.dcinside.com\/board\/view*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/lists*",
                "http:\/\/gall.dcinside.com\/mgallery\/board\/view*",
                "http:\/\/gall.dcinside.com\/search\/kakao*"
            ],
            "all_frames": true,
            "js": [
                "to-be-injected\/cryptocurrency_icon_support.js"
            ],
            "css": [
                "to-be-injected\/cryptocurrency_icon_support.css"
            ]
        },
        {
            "matches": [
                "http:\/\/gall.dcinside.com\/board\/view\/*"
            ],
            "js": [
                "to-be-injected\/realtime_post.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "resources\/cryptocurrency_icons\/*",
        "resources\/Cryptocoins\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "resources\/extension_icons\/icon16.png",
            "24": "resources\/extension_icons\/icon24.png",
            "32": "resources\/extension_icons\/icon32.png",
            "64": "resources\/extension_icons\/icon64.png",
            "128": "resources\/extension_icons\/icon128.png",
            "256": "resources\/extension_icons\/icon256.png",
            "512": "resources\/extension_icons\/icon512.png"
        },
        "default_title": "__MSG_EXTENSION_NAME__",
        "default_popup": "settings_popup.html"
    },
    "options_page": "settings.html",
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}