업비트 PC버전 시세 알람
업비트 PC버전 시세 알람 - 머니코더
Cos'è 업비트 PC버전 시세 알람?
업비트 PC버전 시세 알람 è un'estensione di Chrome sviluppata da 머니코더, e la sua funzione principale è "업비트 PC버전 시세 알람 - 머니코더".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 업비트 PC버전 시세 알람
Scarica i file di estensione 업비트 PC버전 시세 알람 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
업비트 API를 이용해
PC에서 코인의 시세 알람을 받을 수 있는 익스텐션입니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | anknlmkpkpdicamljfhihjppdgdabcfb |
| URL Ufficiale | 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 |
| Descrizione | 업비트 PC버전 시세 알람 - 머니코더 |
| Dimensione del File | 230 KB |
| Conteggio Installazioni | 658 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-03-11 |
| Data di Pubblicazione | 2022-03-10 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | 머니코더 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| URL della Pagina di Aiuto | https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg |
| Lingue Supportate | 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
} | |