Get Free eBay Gift Cards
Get Free eBay Gift Cards
Get Free eBay Gift Cardsとは何ですか?
Get Free eBay Gift CardsはBingPluginsによって開発されたChromeの拡張機能で、その主な機能は「Get Free eBay Gift Cards」です。
拡張機能のスクリーンショット
Get Free eBay Gift Cards拡張機能のCRXファイルをダウンロード
Get Free eBay Gift Cards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ammnonildadjailoepcjkmnopkalmckl |
公式URL | https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl |
説明 | Get Free eBay Gift Cards |
ファイルサイズ | 26.31 KB |
インストール数 | 111 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-12-28 |
公開日 | 2019-12-28 |
評価 | 2.86/5 合計 7 レビュー |
開発者 | BingPlugins |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://search.bing-plugins.com/privacy.html |
対応言語 | 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 } |