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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |