Get Free eBay Gift Cards
Get Free eBay Gift Cards
Co to jest Get Free eBay Gift Cards?
Get Free eBay Gift Cards to rozszerzenie Chrome opracowane przez BingPlugins, a jego główną funkcją jest „Get Free eBay Gift Cards”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get Free eBay Gift Cards
Pobierz pliki rozszerzeń Get Free eBay Gift Cards w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ammnonildadjailoepcjkmnopkalmckl |
Oficjalny URL | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
Opis | Get Free eBay Gift Cards |
Rozmiar pliku | 26.31 KB |
Liczba instalacji | 111 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2019-12-28 |
Data Publikacji | 2019-12-28 |
Ocena | 2.86/5 Łącznie 7 Oceny |
Deweloper | BingPlugins |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://search.bing-plugins.com/privacy.html |
Obsługiwane Języki | 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 } |