Lector LotSystem

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

Lector LotSystem क्या है?

Lector LotSystem Eleazar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension to extract important sections to retreieve Selling and Prizes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lector LotSystem एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cargar ventas y premios.                    

एक्सटेंशन की मूल जानकारी

नाम Lector LotSystem Lector LotSystem
ID llbghjimboaadfnjjpmpljgfaonciclg
आधिकारिक URL https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg
विवरण This extension to extract important sections to retreieve Selling and Prizes.
फ़ाइल का आकार 201 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2015-05-25
प्रकाशन तिथि 2015-05-25
डेवलपर Eleazar
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.lotsystem.com
समर्थित भाषाएँ 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"
        }
    ]
}