Lector LotSystem
This extension to extract important sections to retreieve Selling and Prizes.
Lector LotSystemとは何ですか?
Lector LotSystemはEleazarによって開発されたChromeの拡張機能で、その主な機能は「This extension to extract important sections to retreieve Selling and Prizes.」です。
拡張機能のスクリーンショット
Lector LotSystem拡張機能のCRXファイルをダウンロード
Lector LotSystem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cargar ventas y premios.
拡張機能の基本情報
名前 | Lector LotSystem |
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" } ] } |