Lightning Deals
Instant Lightning Deals from Amazon.com
Qu'est-ce que Lightning Deals ?
Lightning Deals est une extension Chrome développée par http://healthwonders.com, et sa fonction principale est "Instant Lightning Deals from Amazon.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightning Deals
Téléchargez les fichiers d'extension Lightning Deals au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
URL Officiel | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
Description | Instant Lightning Deals from Amazon.com |
Taille du Fichier | 174 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-03-08 |
Date de Publication | 2014-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://healthwonders.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } |