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 |
官方網址 | 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" ] } |