Lightning Deals
Instant Lightning Deals from Amazon.com
Was ist Lightning Deals?
Lightning Deals ist eine Chrome-Erweiterung, die von http://healthwonders.com entwickelt wurde, und ihr Hauptmerkmal ist "Instant Lightning Deals from Amazon.com".
Erweiterungsscreenshots
Lightning Deals-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lightning Deals-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
Lightning Deals covers instantly lightning deals from Amazon.com store. This extension is free with everyone and easy to use. This is not use any memory form users' computer to process. By keeping the convenient to shopping, can you please give us your suggestions. We will happy to listen and improve it for later version.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
Offizielle URL | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
Beschreibung | Instant Lightning Deals from Amazon.com |
Dateigröße | 174 KB |
Installationsanzahl | 183 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-03-08 |
Veröffentlichungsdatum | 2014-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://healthwonders.com |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "name": "Lightning Deals", "version": "1.1", "description": "Instant Lightning Deals from Amazon.com", "browser_action": { "default_title": "Lightning Deals", "default_icon": "icons\/64.png", "default_popup": "TodayDeal.html" }, "background": { "scripts": [ "background.js" ], "persistent": true, "css": [ "style.css" ] }, "icons": { "128": "icons\/128.png", "16": "icons\/32.png", "48": "icons\/64.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "custom.js" ] } ], "permissions": [ "alarms", "storage", "http:\/\/*.fashion4seasons.net\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |