WuxiaWorld Auto-CheckIn
Auto-CheckIn to WuxiaWorld
WuxiaWorld Auto-CheckIn란 무엇입니까?
WuxiaWorld Auto-CheckIn은(는) wthoi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-CheckIn to WuxiaWorld"입니다.
확장 프로그램 스크린샷
WuxiaWorld Auto-CheckIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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 } ] } |