FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
什么是FreeShopper?
FreeShopper是由fluentcodevs开发的Chrome扩展程序,该扩展的主要功能是“Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!”。
扩展截图
下载FreeShopper扩展crx文件
下载FreeShopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!
扩展基本信息
名称 | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
官方URL | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
简介 | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
文件大小 | 89.82 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2017-06-15 |
上架时间 | 2017-06-14 |
评分 | 2.67/5 共3次评分 |
开发者 | fluentcodevs |
付费类型 | free |
扩展官网 | http://www.samplesandsavings.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FreeShopper", "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "FreeShopper" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "handler.js", "relevancy.js" ], "run_at": "document_idle" } ], "permissions": [ "notifications", "tabs", "activeTab", "webNavigation", "storage", "management", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "icon.png", "rewards.json" ] } |