Get Free eBay Gift Cards

Get Free eBay Gift Cards

What is Get Free eBay Gift Cards?

Get Free eBay Gift Cards is a Chrome extension developed by BingPlugins, and its main feature is "Get Free eBay Gift Cards".

Extension Screenshots

screenshot

Download Get Free eBay Gift Cards Extension CRX File

Download Get Free eBay Gift Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Get Free eBay Gift Cards Get Free eBay Gift Cards
ID ammnonildadjailoepcjkmnopkalmckl
Official URL https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl
Description Get Free eBay Gift Cards
File Size 26.31 KB
Installation Count 111
Current Version 1.0.3
Last Updated 2019-12-28
Publish Date 2019-12-28
Rating 2.86/5 Total 7 Ratings
Developer BingPlugins
Email [email protected]
Payment Type free
Privacy Policy Page URL http://search.bing-plugins.com/privacy.html
Supported Languages 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
}