Get Free eBay Gift Cards

Get Free eBay Gift Cards

Get Free eBay Gift Cards là gì?

Get Free eBay Gift Cards là một tiện ích mở rộng Chrome được phát triển bởi BingPlugins, và tính năng chính của nó là "Get Free eBay Gift Cards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Free eBay Gift Cards

Tải xuống các tệp mở rộng Get Free eBay Gift Cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Free eBay Gift Cards Get Free eBay Gift Cards
ID ammnonildadjailoepcjkmnopkalmckl
URL Chính Thức https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl
Mô tả Get Free eBay Gift Cards
Kích Thước Tệp 26.31 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-12-28
Ngày Phát Hành 2019-12-28
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển BingPlugins
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://search.bing-plugins.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}