Discount Code Finder
Automatically find discount codes for the sites you're visiting!
什么是Discount Code Finder?
Discount Code Finder是由http://www.voucherhit.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Automatically find discount codes for the sites you're visiting!”。
扩展截图
下载Discount Code Finder扩展crx文件
下载Discount Code Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visit the stores you love and find great discount codes and deals automatically from Chrome!
扩展基本信息
名称 | |
ID | gphhbidkollbkiflljmlgkdafceahjcp |
官方URL | https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp |
简介 | Automatically find discount codes for the sites you're visiting! |
文件大小 | 45.31 KB |
安装次数 | 181 |
当前版本 | 1.1 |
更新时间 | 2017-01-13 |
上架时间 | 2017-01-13 |
评分 | 4.00/5 共1次评分 |
开发者 | http://www.voucherhit.co.uk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.voucherhit.co.uk |
隐私政策页面URL | http://www.discountcodehunter.co.uk/privacy.php |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discount Code Finder", "description": "Automatically find discount codes for the sites you're visiting!", "version": "1.1", "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_title": "DealFeed", "default_popup": "popup.html" } } |