EasyDCCon

디시콘 보조툴

EasyDCConとは何ですか?

EasyDCConは병신TVによって開発されたChromeの拡張機能で、その主な機能は「디시콘 보조툴」です。

拡張機能のスクリーンショット

screenshot

EasyDCCon拡張機能のCRXファイルをダウンロード

EasyDCCon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 EasyDCCon EasyDCCon
ID kfnfijechcnpaegmpjlohacdhkfafoip
公式URL https://chromewebstore.google.com/detail/easydccon/kfnfijechcnpaegmpjlohacdhkfafoip
説明 디시콘 보조툴
ファイルサイズ 38.95 KB
インストール数 15
現在のバージョン 1.1
最終更新日 2019-06-04
公開日 2019-06-03
評価 5.00/5 合計 1 レビュー
開発者 병신TV
支払い方法 free
拡張機能のウェブサイト https://github.com/byongshintv/EasyDCCon
ヘルプページのURL https://github.com/byongshintv/EasyDCCon/issues
対応言語 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\/"
    ]
}