Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Qu'est-ce que Lector LotSystem ?
Lector LotSystem est une extension Chrome développée par Eleazar, et sa fonction principale est "This extension to extract important sections to retreieve Selling and Prizes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lector LotSystem
Téléchargez les fichiers d'extension Lector LotSystem au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cargar ventas y premios.
Informations de Base sur l'Extension
Nom | Lector LotSystem |
ID | llbghjimboaadfnjjpmpljgfaonciclg |
URL Officiel | https://chromewebstore.google.com/detail/lector-lotsystem/llbghjimboaadfnjjpmpljgfaonciclg |
Description | This extension to extract important sections to retreieve Selling and Prizes. |
Taille du Fichier | 201 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2015-05-25 |
Date de Publication | 2015-05-25 |
Développeur | Eleazar |
Type de Paiement | free |
Site Web de l'Extension | http://www.lotsystem.com |
Langues Prises en Charge | 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" } ] } |