Amazon Discount Filter Search
Add a discount filter to find hidden Amazon discounts
什么是Amazon Discount Filter Search?
Amazon Discount Filter Search是由https://pricecraft.de开发的Chrome扩展程序,该扩展的主要功能是“Add a discount filter to find hidden Amazon discounts”。
扩展截图
下载Amazon Discount Filter Search扩展crx文件
下载Amazon Discount Filter Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save money with this free Chrome plugin. Find the best deals on Amazon. This plugin adds a discount filter to find hidden discounts. Just visit Amazon, search and and choose how much percentage you want to save(0-99%) Works with: ========== United States, United Kingdom, Germany, France, Espania and Italy Have fun :-)
扩展基本信息
名称 | Amazon Discount Filter Search |
ID | eohbbajkoooocjajdbdhociepglcinjo |
官方URL | https://chromewebstore.google.com/detail/amazon-discount-filter-se/eohbbajkoooocjajdbdhociepglcinjo |
简介 | Add a discount filter to find hidden Amazon discounts |
文件大小 | 564 KB |
安装次数 | 828 |
当前版本 | 1.1.0.4 |
更新时间 | 2024-01-30 |
上架时间 | 2020-06-23 |
评分 | 1.00/5 共1次评分 |
开发者 | https://pricecraft.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://pricecraft.de |
帮助页面URL | http://pricecraft.de/#contact |
隐私政策页面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-wrapper.js" }, "content_scripts": [ { "all_frames": true, "js": [ ".\/functions.js", ".\/js\/popper.min.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*" ], "run_at": "document_end" } ], "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';" }, "default_locale": "en", "description": "__MSG_appdesc__", "icons": { "128": "img\/discount_128x128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu\/zbI0msJOXHiLhjUBztyRwECCxCNL8sgH5Ib\/rP5Lv6320ZCWhELdNvpOQeeOGFt+B9PstUe\/18qzCuoHhqUKNJSSXwPsIyWedbBVe9KW+iiUVJx70+Qt0qEIPsSYTb1r+f8TNt885mP5vfUTCe8yzHEpZqCZEaL2WPfshmX5a09y4vlAVhk0RWz9CYbqxx0qRkbbgKFj0nyG5aV5n1dN6dHOx5eHSYB2\/gmT5RwC53bPusKj5Pfo42C7uoGwtihSIojxQkTYvg0M5KA+7bF7nIO4Ib59AtdwPpHswF+BFC3qyFFx9fbUOP6w2jEKT64zXrub+Xzo4mlVWkRZ3LqQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_appname__", "offline_enabled": true, "permissions": [ "tabs", "scripting", "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\/" ], "action": { "default_popup": "index.html" }, "short_name": "AMZ Discount", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0.4" } |