Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Что такое Lector LotSystem?
Lector LotSystem - это расширение Chrome, разработанное Eleazar, и его основная функция - "This extension to extract important sections to retreieve Selling and Prizes.".
Снимки экрана расширения
Скачать файл CRX расширения Lector LotSystem
Скачайте файлы расширений Lector LotSystem в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Cargar ventas y premios. Основная информация о расширении
| Название | |
| ID | llbghjimboaadfnjjpmpljgfaonciclg |
| Официальный URL | 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"
}
]
} | |