WuxiaWorld Auto-CheckIn

Auto-CheckIn to WuxiaWorld

WuxiaWorld Auto-CheckInคืออะไร?

WuxiaWorld Auto-CheckIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wthoi และคุณลักษณะหลักของมันคือ "Auto-CheckIn to WuxiaWorld"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WuxiaWorld Auto-CheckIn

ดาวน์โหลดไฟล์ส่วนขยาย WuxiaWorld Auto-CheckIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WuxiaWorld Auto-CheckIn WuxiaWorld Auto-CheckIn
ID ekepppjbkcepnbcbjjfkadghiofmobln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wuxiaworld-auto-checkin/ekepppjbkcepnbcbjjfkadghiofmobln
คำอธิบาย Auto-CheckIn to WuxiaWorld
ขนาดไฟล์ 15.7 MB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2023-09-15
วันที่เผยแพร่ 2020-11-17
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา wthoi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}