Lab Ray Logger by Jellyneo

Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!

Cos'è Lab Ray Logger by Jellyneo?

Lab Ray Logger by Jellyneo è un'estensione di Chrome sviluppata da https://jellyneo.net, e la sua funzione principale è "Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lab Ray Logger by Jellyneo

Scarica i file di estensione Lab Ray Logger by Jellyneo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Lab Ray Logger by Jellyneo Lab Ray Logger by Jellyneo
ID iepcfehgcfcoildehjncoefphpdfahhp
URL Ufficiale https://chromewebstore.google.com/detail/lab-ray-logger-by-jellyne/iepcfehgcfcoildehjncoefphpdfahhp
Descrizione Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!
Dimensione del File 97.5 KB
Conteggio Installazioni 4,238
Versione Corrente 1.1.3
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2019-10-02
Valutazione 4.90/5 Totale 20 Valutazioni
Sviluppatore https://jellyneo.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jellyneo.net
URL della Pagina di Aiuto http://www.jellyneo.net/labray
URL della Pagina della Politica sulla Privacy http://www.jellyneo.net?go=privacy_policy
Lingue Supportate 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"
    ]
}