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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}