Get Free eBay Gift Cards

Get Free eBay Gift Cards

Cos'è Get Free eBay Gift Cards?

Get Free eBay Gift Cards è un'estensione di Chrome sviluppata da BingPlugins, e la sua funzione principale è "Get Free eBay Gift Cards".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get Free eBay Gift Cards

Scarica i file di estensione Get Free eBay Gift Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Get Free eBay Gift Cards Get Free eBay Gift Cards
ID ammnonildadjailoepcjkmnopkalmckl
URL Ufficiale https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl
Descrizione Get Free eBay Gift Cards
Dimensione del File 26.31 KB
Conteggio Installazioni 111
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-12-28
Data di Pubblicazione 2019-12-28
Valutazione 2.86/5 Totale 7 Valutazioni
Sviluppatore BingPlugins
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://search.bing-plugins.com/privacy.html
Lingue Supportate 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
}