Get Free eBay Gift Cards
Get Free eBay Gift Cards
Vad är Get Free eBay Gift Cards?
Get Free eBay Gift Cards är en Chrome-tillägg utvecklad av BingPlugins, och dess huvudfunktion är "Get Free eBay Gift Cards".
Tilläggsskärmbilder
Ladda ner Get Free eBay Gift Cards-förlängningens CRX-fil
Ladda ner Get Free eBay Gift Cards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ammnonildadjailoepcjkmnopkalmckl |
Officiell webbadress | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
Beskrivning | Get Free eBay Gift Cards |
Filstorlek | 26.31 KB |
Antal Installationer | 111 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2019-12-28 |
Publiceringsdatum | 2019-12-28 |
Betyg | 2.86/5 Totalt 7 Betyg |
Utvecklare | BingPlugins |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://search.bing-plugins.com/privacy.html |
Stödda Språk | 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 } |