Lightning Deals
Instant Lightning Deals from Amazon.com
Cos'è Lightning Deals?
Lightning Deals è un'estensione di Chrome sviluppata da http://healthwonders.com, e la sua funzione principale è "Instant Lightning Deals from Amazon.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lightning Deals
Scarica i file di estensione Lightning Deals in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
Descrizione | Instant Lightning Deals from Amazon.com |
Dimensione del File | 174 KB |
Conteggio Installazioni | 183 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-03-08 |
Data di Pubblicazione | 2014-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://healthwonders.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |