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