Lightning Deals
Instant Lightning Deals from Amazon.com
ما هو Lightning Deals؟
Lightning Deals هو إضافة Chrome تم تطويرها بواسطة http://healthwonders.com، والميزة الرئيسية لها هي "Instant Lightning Deals from Amazon.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lightning Deals
قم بتنزيل ملفات الامتداد Lightning Deals بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | mdlofmjhfalomfbkgccfdjignifjgjbe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lightning-deals/mdlofmjhfalomfbkgccfdjignifjgjbe |
الوصف | Instant Lightning Deals from Amazon.com |
حجم الملف | 174 KB |
عدد التثبيتات | 183 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-03-08 |
تاريخ النشر | 2014-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://healthwonders.com |
نوع الدفع | free |
اللغات المدعومة | 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" } |