FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
FreeShopper là gì?
FreeShopper là một tiện ích mở rộng Chrome được phát triển bởi fluentcodevs, và tính năng chính của nó là "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FreeShopper
Tải xuống các tệp mở rộng FreeShopper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
URL Chính Thức | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
Mô tả | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
Kích Thước Tệp | 89.82 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-06-15 |
Ngày Phát Hành | 2017-06-14 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | fluentcodevs |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.samplesandsavings.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |