EasyDCCon

디시콘 보조툴

Cos'è EasyDCCon?

EasyDCCon è un'estensione di Chrome sviluppata da 병신TV, e la sua funzione principale è "디시콘 보조툴".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyDCCon

Scarica i file di estensione EasyDCCon 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

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

Informazioni di Base sull'Estensione

Nome EasyDCCon EasyDCCon
ID kfnfijechcnpaegmpjlohacdhkfafoip
URL Ufficiale https://chromewebstore.google.com/detail/easydccon/kfnfijechcnpaegmpjlohacdhkfafoip
Descrizione 디시콘 보조툴
Dimensione del File 38.95 KB
Conteggio Installazioni 15
Versione Corrente 1.1
Ultimo Aggiornamento 2019-06-04
Data di Pubblicazione 2019-06-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 병신TV
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/byongshintv/EasyDCCon
URL della Pagina di Aiuto https://github.com/byongshintv/EasyDCCon/issues
Lingue Supportate 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\/"
    ]
}