Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Co to jest Lector LotSystem?
Lector LotSystem to rozszerzenie Chrome opracowane przez Eleazar, a jego główną funkcją jest „This extension to extract important sections to retreieve Selling and Prizes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lector LotSystem
Pobierz pliki rozszerzeń Lector LotSystem w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cargar ventas y premios. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | llbghjimboaadfnjjpmpljgfaonciclg |
| Oficjalny URL | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
| Opis | This extension to extract important sections to retreieve Selling and Prizes. |
| Rozmiar pliku | 201 KB |
| Liczba instalacji | 10 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2015-05-25 |
| Data Publikacji | 2015-05-25 |
| Deweloper | Eleazar |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.lotsystem.com |
| Obsługiwane Języki | 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"
}
]
} | |