EasyDCCon

디시콘 보조툴

What is EasyDCCon?

EasyDCCon is a Chrome extension developed by 병신TV, and its main feature is "디시콘 보조툴".

Extension Screenshots

screenshot

Download EasyDCCon Extension CRX File

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

                        컴디시로 게시글 열람시 최근 사용한 디시콘을 표시합니다.                    

Extension Basic Information

Name EasyDCCon EasyDCCon
ID kfnfijechcnpaegmpjlohacdhkfafoip
Official URL https://chromewebstore.google.com/detail/easydccon/kfnfijechcnpaegmpjlohacdhkfafoip
Description 디시콘 보조툴
File Size 38.95 KB
Installation Count 15
Current Version 1.1
Last Updated 2019-06-04
Publish Date 2019-06-03
Rating 5.00/5 Total 1 Ratings
Developer 병신TV
Payment Type free
Extension Website https://github.com/byongshintv/EasyDCCon
Help Page URL https://github.com/byongshintv/EasyDCCon/issues
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyDCCon",
    "version": "1.1",
    "description": "\ub514\uc2dc\ucf58 \ubcf4\uc870\ud234",
    "author": "\ubcd1\uc2e0TV",
    "short_name": "\uc774\uc9c0 \ub514\uc2dc\ucf58",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gall.dcinside.com\/*"
            ],
            "js": [
                "src\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/size19.png",
            "38": "icons\/size38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/size16.png",
        "48": "icons\/size48.png",
        "128": "icons\/size128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/gall.dcinside.com\/"
    ]
}