Amazon Coupon finder
Add a PopUp to to show Amazon Coupons
ما هو Amazon Coupon finder؟
Amazon Coupon finder هو إضافة Chrome تم تطويرها بواسطة https://pricecraft.de، والميزة الرئيسية لها هي "Add a PopUp to to show Amazon Coupons".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon Coupon finder
قم بتنزيل ملفات الامتداد Amazon Coupon finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get a discount for what you're looking for!
No more discounts that you don't need. This extension shows you clearly listed products in a table with prices and discounts.
Install the extension to find the best discounts on Amazon.
It's easy and free! معلومات أساسية عن التمديد
| الاسم | |
| ID | pbcioanldnhmlhlpjkifjlobjhieopic |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-coupon-finder/pbcioanldnhmlhlpjkifjlobjhieopic |
| الوصف | Add a PopUp to to show Amazon Coupons |
| حجم الملف | 296 KB |
| عدد التثبيتات | 682 |
| النسخة الحالية | 1.1.0.3 |
| آخر تحديث | 2024-02-02 |
| تاريخ النشر | 2023-02-07 |
| المطور | https://pricecraft.de |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | http://pricecraft.de/police.html |
| اللغات المدعومة | de,en,en-GB,en-US,fr,nl,tr,es,it,pl,cs |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
".\/js\/jquery-3.6.0.min.js",
".\/jumper.js",
".\/functions.js",
".\/js\/bootstrap.min.js",
".\/js\/jquery.dataTables.js",
".\/js\/dataTables.bootstrap4.js"
],
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*"
],
"run_at": "document_idle"
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src-elem 'self' 'unsafe-inline'; img-src * data:;"
},
"default_locale": "en",
"description": "__MSG_appdesc__",
"icons": {
"128": "img\/FavIcon128x128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "88",
"name": "__MSG_appname__",
"offline_enabled": false,
"permissions": [
"tabs",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/www.amazon.com\/",
"https:\/\/www.amazon.de\/",
"https:\/\/www.amazon.it\/",
"https:\/\/www.amazon.co.uk\/",
"https:\/\/www.amazon.fr\/",
"https:\/\/www.amazon.es\/",
"https:\/\/m.media-amazon.com\/"
],
"web_accessible_resources": [
{
"resources": [
"\/index.html"
],
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*"
]
}
],
"action": [],
"short_name": "AMZ Coupon finder",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0.3"
} | |