Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Vad är Lector LotSystem?
Lector LotSystem är en Chrome-tillägg utvecklad av Eleazar, och dess huvudfunktion är "This extension to extract important sections to retreieve Selling and Prizes.".
Tilläggsskärmbilder
Ladda ner Lector LotSystem-förlängningens CRX-fil
Ladda ner Lector LotSystem-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Cargar ventas y premios. Grundläggande Information om Tillägg
| Namn | |
| ID | llbghjimboaadfnjjpmpljgfaonciclg |
| Officiell webbadress | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
| Beskrivning | This extension to extract important sections to retreieve Selling and Prizes. |
| Filstorlek | 201 KB |
| Antal Installationer | 10 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2015-05-25 |
| Publiceringsdatum | 2015-05-25 |
| Utvecklare | Eleazar |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.lotsystem.com |
| Stödda Språk | 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"
}
]
} | |