업비트 PC버전 시세 알람
업비트 PC버전 시세 알람 - 머니코더
Wat is 업비트 PC버전 시세 알람?
업비트 PC버전 시세 알람 is een Chrome-extensie ontwikkeld door 머니코더, en de belangrijkste functie is "업비트 PC버전 시세 알람 - 머니코더".
Extensie Screenshots
Download het CRX-bestand van de extensie 업비트 PC버전 시세 알람
Download 업비트 PC버전 시세 알람-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
업비트 API를 이용해
PC에서 코인의 시세 알람을 받을 수 있는 익스텐션입니다. Basisinformatie over de Extensie
| Naam | |
| ID | anknlmkpkpdicamljfhihjppdgdabcfb |
| Officiële URL | https://chromewebstore.google.com/detail/%EC%97%85%EB%B9%84%ED%8A%B8-pc%EB%B2%84%EC%A0%84-%EC%8B%9C%EC%84%B8-%EC%95%8C%EB%9E%8C/anknlmkpkpdicamljfhihjppdgdabcfb |
| Beschrijving | 업비트 PC버전 시세 알람 - 머니코더 |
| Bestandsgrootte | 230 KB |
| Aantal Installaties | 658 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-03-11 |
| Publicatiedatum | 2022-03-10 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | 머니코더 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| Help Pagina-URL | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| Ondersteunde Talen | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
"description": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c - \uba38\ub2c8\ucf54\ub354",
"version": "1.1",
"permissions": [
"notifications",
"storage",
"*:\/\/*.upbit.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"x.png"
],
"matches": [
"*:\/\/*.upbit.com\/*"
]
}
],
"icons": {
"24": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.upbit.com\/*"
],
"js": [
"jquery.js",
"jquery-min.js",
"jquery-ui.min.js",
"content.js"
]
}
],
"manifest_version": 3
} | |