Get Free eBay Gift Cards
Get Free eBay Gift Cards
什麼是Get Free eBay Gift Cards?
Get Free eBay Gift Cards是由BingPlugins開發的Chrome擴展程式,該擴展的主要功能是“Get Free eBay Gift Cards”。
擴展截圖
下載Get Free eBay Gift Cards擴展crx文件
下載Get Free eBay Gift Cards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get a new eBay gift card every 2 weeks ! All you need to do is just to add the extension and the gift cards will come. You will get a notification when the gift card is available. December 2019: We added a new feature that will update you every time you forgot to buy a product on eBay.
擴展基本資訊
名稱 | |
ID | ammnonildadjailoepcjkmnopkalmckl |
官方網址 | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
簡介 | Get Free eBay Gift Cards |
檔案大小 | 26.31 KB |
安裝次數 | 111 |
目前版本 | 1.0.3 |
更新時間 | 2019-12-28 |
上架時間 | 2019-12-28 |
評分 | 2.86/5 共 7 次評分 |
開發者 | BingPlugins |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://search.bing-plugins.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ca\/*" ] } ], "name": "Get Free eBay Gift Cards", "description": "Get Free eBay Gift Cards", "version": "1.0.3", "permissions": [ "background", "tabs", "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ca\/*" ], "browser_action": { "default_title": "Get Free eBay Gift Cards", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "web_accessible_resources": [ "script.js", "ecommerce.js" ], "manifest_version": 2 } |