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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Get Free eBay Gift Cards Get Free eBay Gift Cards
ID ammnonildadjailoepcjkmnopkalmckl
官方URL 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
}