Lab Ray Logger by Jellyneo
Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!
Lab Ray Logger by Jellyneo란 무엇입니까?
Lab Ray Logger by Jellyneo은(는) https://jellyneo.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!"입니다.
확장 프로그램 스크린샷
Lab Ray Logger by Jellyneo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Record your daily Lab Ray zaps, and get them sent to your account on Jellyneo. You can see a full history of each zap you recorded, including summary stats for each pet you've sent to the Lab Ray. To register an account and start logging, visit: http://www.jellyneo.net/labray Version 1.1.3 includes some minor changes to increase data security. You must use Chrome 73+ in order to use version 1.1.0+ of this extension. Copyright 2000-2019 NeoPets, Inc. All rights reserved. Used with permission. Privacy Policy: http://www.jellyneo.net/?go=privacy_policy
확장 프로그램 기본 정보
이름 | Lab Ray Logger by Jellyneo |
ID | iepcfehgcfcoildehjncoefphpdfahhp |
공식 URL | https://chromewebstore.google.com/detail/lab-ray-logger-by-jellyne/iepcfehgcfcoildehjncoefphpdfahhp |
설명 | Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps! |
파일 크기 | 97.5 KB |
설치 횟수 | 4,238 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-11-19 |
출시 날짜 | 2019-10-02 |
평점 | 4.90/5 총 20 개의 평점 |
개발자 | https://jellyneo.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.jellyneo.net |
도움말 페이지 URL | http://www.jellyneo.net/labray |
개인정보 보호 정책 페이지 URL | http://www.jellyneo.net?go=privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lab Ray Logger by Jellyneo", "description": "Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!", "version": "1.1.3", "homepage_url": "https:\/\/www.jellyneo.net\/labray", "minimum_chrome_version": "73", "incognito": "split", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.jellyneo.net\/", "*:\/\/*.neopets.com\/" ], "background": { "scripts": [ "jquery-1.10.2.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.neopets.com\/process_lab2.phtml" ], "js": [ "jquery-1.10.2.min.js", "lablog.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "success.png", "fail.png" ] } |