Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Lector LotSystem là gì?
Lector LotSystem là một tiện ích mở rộng Chrome được phát triển bởi Eleazar, và tính năng chính của nó là "This extension to extract important sections to retreieve Selling and Prizes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lector LotSystem
Tải xuống các tệp mở rộng Lector LotSystem dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Cargar ventas y premios.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
URL Chính Thức | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
Mô tả | This extension to extract important sections to retreieve Selling and Prizes. |
Kích Thước Tệp | 201 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2015-05-25 |
Ngày Phát Hành | 2015-05-25 |
Nhà Phát Triển | Eleazar |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.lotsystem.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |