Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Was ist Lector LotSystem?
Lector LotSystem ist eine Chrome-Erweiterung, die von Eleazar entwickelt wurde, und ihr Hauptmerkmal ist "This extension to extract important sections to retreieve Selling and Prizes.".
Erweiterungsscreenshots
Lector LotSystem-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lector LotSystem-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Cargar ventas y premios. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llbghjimboaadfnjjpmpljgfaonciclg |
| Offizielle URL | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
| Beschreibung | This extension to extract important sections to retreieve Selling and Prizes. |
| Dateigröße | 201 KB |
| Installationsanzahl | 10 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2015-05-25 |
| Veröffentlichungsdatum | 2015-05-25 |
| Entwickler | Eleazar |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.lotsystem.com |
| Unterstützte Sprachen | 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"
}
]
} | |