Waktoon

왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션!

What is Waktoon?

Waktoon is a Chrome extension developed by runnan9203, and its main feature is "왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션!".

Extension Screenshots

screenshot

Download Waktoon Extension CRX File

Download Waktoon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        왁물원에서 웹툰을 많이 보는 분들을 위한 확장프로그램! 
왁물원 웹툰을 더 편리하게 볼 수 있는 프로그램을 소개합니다. 


1. 다음화 이전화 버튼 
왁물원에서 검색해야만 찾을 수 있던 장편웹툰을 마우스 클릭 한번으로 
빠르게 찾고 즐겨보세요! 

2. 목록 버튼 
목록 버튼을 누르면 장편 웹툰의 모든 회차를 한눈에 확인 할 수 있어요! 

3. 책갈피 등록 
어디까지 봤더라? 책갈피를 등록하고 보던 웹툰을 저장해보세요. 

4. 관심작가 등록 
관심 있는 작가는 등록하고, 관심작가의 신작도 한눈에 받아보세요! 

5. 쓰지 않을 땐 최소화
웹툰을 다 봤다면 최소화 버튼을 눌러 작게 표시해보세요!                    

Extension Basic Information

Name Waktoon Waktoon
ID keknodfinklhmaekkcfndbendjnegdnk
Official URL https://chromewebstore.google.com/detail/waktoon/keknodfinklhmaekkcfndbendjnegdnk
Description 왁물원 웹툰을 시리즈로 한눈에, 왁툰 익스텐션!
File Size 123 KB
Installation Count 594
Current Version 1.1.2
Last Updated 2024-02-21
Publish Date 2024-01-09
Rating 5.00/5 Total 5 Ratings
Developer runnan9203
Email [email protected]
Payment Type free
Extension Website https://www.waktoon.net/
Privacy Policy Page URL https://waktoon.tistory.com/5
Supported Languages 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
}