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"입니다.

확장 프로그램 스크린샷

screenshot

Get Free eBay Gift Cards 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Get Free eBay Gift Cards Get Free eBay Gift Cards
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
이메일 [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
}