Waktoon
왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션!
Cos'è Waktoon?
Waktoon è un'estensione di Chrome sviluppata da runnan9203, e la sua funzione principale è "왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Waktoon
Scarica i file di estensione Waktoon 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
왁물원에서 웹툰을 많이 보는 분들을 위한 확장프로그램!
왁물원 웹툰을 더 편리하게 볼 수 있는 프로그램을 소개합니다.
1. 다음화 이전화 버튼
왁물원에서 검색해야만 찾을 수 있던 장편웹툰을 마우스 클릭 한번으로
빠르게 찾고 즐겨보세요!
2. 목록 버튼
목록 버튼을 누르면 장편 웹툰의 모든 회차를 한눈에 확인 할 수 있어요!
3. 책갈피 등록
어디까지 봤더라? 책갈피를 등록하고 보던 웹툰을 저장해보세요.
4. 관심작가 등록
관심 있는 작가는 등록하고, 관심작가의 신작도 한눈에 받아보세요!
5. 쓰지 않을 땐 최소화
웹툰을 다 봤다면 최소화 버튼을 눌러 작게 표시해보세요! Informazioni di Base sull'Estensione
| Nome | |
| ID | keknodfinklhmaekkcfndbendjnegdnk |
| URL Ufficiale | https://chromewebstore.google.com/detail/waktoon/keknodfinklhmaekkcfndbendjnegdnk |
| Descrizione | 왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션! |
| Dimensione del File | 123 KB |
| Conteggio Installazioni | 594 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2024-02-21 |
| Data di Pubblicazione | 2024-01-09 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | runnan9203 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.waktoon.net/ |
| URL della Pagina della Politica sulla Privacy | https://waktoon.tistory.com/5 |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waktoon",
"version": "1.1.2",
"description": "\uc641\ubb3c\uc6d0 \uc6f9\ud230\uc744 \uc2dc\ub9ac\uc988\ub85c \ud55c\ub208\uc5d0, \uc641\ud230 \uc775\uc2a4\ud150\uc158!",
"host_permissions": [
"https:\/\/cafe.naver.com\/steamindiegame\/*",
"https:\/\/cafe.naver.com\/MyCafeIntro.nhn?clubid=27842958"
],
"content_scripts": [
{
"matches": [
"https:\/\/cafe.naver.com\/steamindiegame\/*",
"https:\/\/cafe.naver.com\/MyCafeIntro.nhn?clubid=27842958"
],
"run_at": "document_idle",
"js": [
"assets\/overlay.js"
],
"css": []
}
],
"action": {
"default_icon": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
},
"manifest_version": 3
} | |