Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Apa itu Lector LotSystem?
Lector LotSystem adalah ekstensi Chrome yang dikembangkan oleh Eleazar, dan fitur utamanya adalah "This extension to extract important sections to retreieve Selling and Prizes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lector LotSystem
Unduh file ekstensi Lector LotSystem dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Cargar ventas y premios.
Informasi Dasar Ekstensi
Nama | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
URL Resmi | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
Deskripsi | This extension to extract important sections to retreieve Selling and Prizes. |
Ukuran File | 201 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2015-05-25 |
Tanggal Publikasi | 2015-05-25 |
Pengembang | Eleazar |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.lotsystem.com |
Bahasa yang Didukung | 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" } ] } |