WuxiaWorld Auto-CheckIn

Auto-CheckIn to WuxiaWorld

什么是WuxiaWorld Auto-CheckIn?

WuxiaWorld Auto-CheckIn是由wthoi开发的Chrome扩展程序,该扩展的主要功能是“Auto-CheckIn to WuxiaWorld”。

扩展截图

screenshot
screenshot

下载WuxiaWorld Auto-CheckIn扩展crx文件

下载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
        }
    ]
}