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.”。
擴展截圖
下載Lector LotSystem擴展crx文件
下載Lector LotSystem擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cargar ventas y premios.
擴展基本資訊
名稱 | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
官方網址 | 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" } ] } |