Lector LotSystem

This extension to extract important sections to retreieve Selling and Prizes.

What is Lector LotSystem?

Lector LotSystem is a Chrome extension developed by Eleazar, and its main feature is "This extension to extract important sections to retreieve Selling and Prizes.".

Extension Screenshots

screenshot

Download Lector LotSystem Extension CRX File

Download Lector LotSystem extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cargar ventas y premios.                    

Extension Basic Information

Name Lector LotSystem Lector LotSystem
ID llbghjimboaadfnjjpmpljgfaonciclg
Official URL https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg
Description This extension to extract important sections to retreieve Selling and Prizes.
File Size 201 KB
Installation Count 10
Current Version 1.0.4
Last Updated 2015-05-25
Publish Date 2015-05-25
Developer Eleazar
Payment Type free
Extension Website http://www.lotsystem.com
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lector LotSystem",
    "description": "This extension to extract important sections to retreieve Selling and Prizes.",
    "version": "1.0.4",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "http:\/\/*.lotsystem.com\/",
        "http:\/\/*\/gato_negro\/*",
        "http:\/\/pos.superjugadas.net\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery\/jquery.js",
                "lot.script.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}