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文件
下載Lab Ray Logger by Jellyneo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |