Lector LotSystem

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

ما هو Lector LotSystem؟

Lector LotSystem هو إضافة Chrome تم تطويرها بواسطة Eleazar، والميزة الرئيسية لها هي "This extension to extract important sections to retreieve Selling and Prizes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lector LotSystem

قم بتنزيل ملفات الامتداد Lector LotSystem بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}