EasyDCCon
디시콘 보조툴
Wat is EasyDCCon?
EasyDCCon is een Chrome-extensie ontwikkeld door 병신TV, en de belangrijkste functie is "디시콘 보조툴".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyDCCon
Download EasyDCCon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
컴디시로 게시글 열람시 최근 사용한 디시콘을 표시합니다. Basisinformatie over de Extensie
| Naam | |
| ID | kfnfijechcnpaegmpjlohacdhkfafoip |
| Officiële URL | https://chromewebstore.google.com/detail/easydccon/kfnfijechcnpaegmpjlohacdhkfafoip |
| Beschrijving | 디시콘 보조툴 |
| Bestandsgrootte | 38.95 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-06-04 |
| Publicatiedatum | 2019-06-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | 병신TV |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/byongshintv/EasyDCCon |
| Help Pagina-URL | https://github.com/byongshintv/EasyDCCon/issues |
| Ondersteunde Talen | 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\/"
]
} | |