Lector LotSystem

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

Lector LotSystem란 무엇입니까?

Lector LotSystem은(는) Eleazar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension to extract important sections to retreieve Selling and Prizes."입니다.

확장 프로그램 스크린샷

screenshot

Lector LotSystem 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}