Get Free eBay Gift Cards
Get Free eBay Gift Cards
Qu'est-ce que Get Free eBay Gift Cards ?
Get Free eBay Gift Cards est une extension Chrome développée par BingPlugins, et sa fonction principale est "Get Free eBay Gift Cards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get Free eBay Gift Cards
Téléchargez les fichiers d'extension Get Free eBay Gift Cards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ammnonildadjailoepcjkmnopkalmckl |
URL Officiel | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
Description | Get Free eBay Gift Cards |
Taille du Fichier | 26.31 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-12-28 |
Date de Publication | 2019-12-28 |
Évaluation | 2.86/5 Total 7 Évaluations |
Développeur | BingPlugins |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://search.bing-plugins.com/privacy.html |
Langues Prises en Charge | 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 } |