WuxiaWorld Auto-CheckIn

Auto-CheckIn to WuxiaWorld

WuxiaWorld Auto-CheckIn là gì?

WuxiaWorld Auto-CheckIn là một tiện ích mở rộng Chrome được phát triển bởi wthoi, và tính năng chính của nó là "Auto-CheckIn to WuxiaWorld".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WuxiaWorld Auto-CheckIn

Tải xuống các tệp mở rộng WuxiaWorld Auto-CheckIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatically check-in to WuxiaWorld to redeem daily karma!

WuxiaWorld implemented the karma system to pay wall completed novels. Once you read a certain amount of chapters you get paywalled, and can either pay with money or karma to access those chapters to read.

You can check-in daily on the website to receive some karma by clicking the check-in button in the top right side menu.

This chrome extension automatically does that for you so you never have to worry about forgetting to check-in.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WuxiaWorld Auto-CheckIn WuxiaWorld Auto-CheckIn
ID ekepppjbkcepnbcbjjfkadghiofmobln
URL Chính Thức https://chromewebstore.google.com/detail/wuxiaworld-auto-checkin/ekepppjbkcepnbcbjjfkadghiofmobln
Mô tả Auto-CheckIn to WuxiaWorld
Kích Thước Tệp 15.7 MB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2020-11-17
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển wthoi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WuxiaWorld Auto-CheckIn",
    "description": "Auto-CheckIn to WuxiaWorld",
    "version": "0.1.2",
    "homepage_url": "https:\/\/github.com\/williamthoi\/wuxiaworld-auto-checkin",
    "icons": {
        "16": "resources\/logo.png",
        "48": "resources\/logo.png",
        "96": "resources\/logo.png",
        "128": "resources\/logo.png"
    },
    "background": [
        "dist\/src\/auto-checkin.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wuxiaworld.com\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}