Lottery Power Picks Drawing Results
This extension displays the LPP lottery results for various US and International lotteries.
Lottery Power Picks Drawing Results là gì?
Lottery Power Picks Drawing Results là một tiện ích mở rộng Chrome được phát triển bởi http://www.lotterypowerpicks.com, và tính năng chính của nó là "This extension displays the LPP lottery results for various US and International lotteries.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lottery Power Picks Drawing Results
Tải xuống các tệp mở rộng Lottery Power Picks Drawing Results dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension displays the latest lottery results in a compact gadget form. Users can see the Mega Millions, Powerball, Lotto 649, Lotto Max, Euro Millions, and other games in a simple pop up form. It was originally developed for iGoogle, but since that is being retired in November 2013, this is a solution for Google Chrome users to access the same reliable results data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofdaphocloeflfjgchipjnaofimglcnb |
URL Chính Thức | https://chrome.google.com/webstore/detail/lottery-power-picks-drawi/ofdaphocloeflfjgchipjnaofimglcnb |
Mô tả | This extension displays the LPP lottery results for various US and International lotteries. |
Kích Thước Tệp | 4.2 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-12-03 |
Ngày Phát Hành | 2014-12-03 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.lotterypowerpicks.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lottery Power Picks Drawing Results", "version": "1.2", "description": "This extension displays the LPP lottery results for various US and International lotteries.", "short_name": "Lottery Results", "sandbox": { "pages": [ "lpp-results-gadget-extension-v2.htm" ], "content_security_policy": "sandbox allow-scripts allow-forms; script-src http:\/\/www.lotterypowerpicks.com\/ http:\/\/pagead2.googlesyndication.com\/ http:\/\/googlesyndication.com\/ http:\/\/www.google-analytics.com\/ http:\/\/www.gmodules.com\/ https:\/\/www.google.com\/; " }, "browser_action": { "default_icon": "lpp_icon_19x19.png", "default_popup": "lpp-results-gadget-extension-v2.htm" }, "web_accessible_resources": [ "http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js", "urchin.js" ] } |