Lottery Power Picks Drawing Results
This extension displays the LPP lottery results for various US and International lotteries.
Was ist Lottery Power Picks Drawing Results?
Lottery Power Picks Drawing Results ist eine Chrome-Erweiterung, die von http://www.lotterypowerpicks.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the LPP lottery results for various US and International lotteries.".
Erweiterungsscreenshots
Lottery Power Picks Drawing Results-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lottery Power Picks Drawing Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofdaphocloeflfjgchipjnaofimglcnb |
Offizielle URL | https://chrome.google.com/webstore/detail/lottery-power-picks-drawi/ofdaphocloeflfjgchipjnaofimglcnb |
Beschreibung | This extension displays the LPP lottery results for various US and International lotteries. |
Dateigröße | 4.2 KB |
Installationsanzahl | 126 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-12-03 |
Veröffentlichungsdatum | 2014-12-03 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | http://www.lotterypowerpicks.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |