Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Wat is Lector LotSystem?
Lector LotSystem is een Chrome-extensie ontwikkeld door Eleazar, en de belangrijkste functie is "This extension to extract important sections to retreieve Selling and Prizes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lector LotSystem
Download Lector LotSystem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cargar ventas y premios.
Basisinformatie over de Extensie
Naam | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
Officiële URL | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
Beschrijving | This extension to extract important sections to retreieve Selling and Prizes. |
Bestandsgrootte | 201 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2015-05-25 |
Publicatiedatum | 2015-05-25 |
Ontwikkelaar | Eleazar |
Betalingswijze | free |
Extensiewebsite | http://www.lotsystem.com |
Ondersteunde Talen | 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" } ] } |