Get Free eBay Gift Cards
Get Free eBay Gift Cards
Wat is Get Free eBay Gift Cards?
Get Free eBay Gift Cards is een Chrome-extensie ontwikkeld door BingPlugins, en de belangrijkste functie is "Get Free eBay Gift Cards".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Free eBay Gift Cards
Download Get Free eBay Gift Cards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ammnonildadjailoepcjkmnopkalmckl |
Officiële URL | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
Beschrijving | Get Free eBay Gift Cards |
Bestandsgrootte | 26.31 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-12-28 |
Publicatiedatum | 2019-12-28 |
Beoordeling | 2.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | BingPlugins |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://search.bing-plugins.com/privacy.html |
Ondersteunde Talen | 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 } |