Amazon Coupon finder
Add a PopUp to to show Amazon Coupons
什么是Amazon Coupon finder?
Amazon Coupon finder是由https://pricecraft.de开发的Chrome扩展程序,该扩展的主要功能是“Add a PopUp to to show Amazon Coupons”。
扩展截图
下载Amazon Coupon finder扩展crx文件
下载Amazon Coupon finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 隐私政策页面URL | 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"
} | |