Get Free eBay Gift Cards

Get Free eBay Gift Cards

Apa itu Get Free eBay Gift Cards?

Get Free eBay Gift Cards adalah ekstensi Chrome yang dikembangkan oleh BingPlugins, dan fitur utamanya adalah "Get Free eBay Gift Cards".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get Free eBay Gift Cards

Unduh file ekstensi Get Free eBay Gift Cards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Get Free eBay Gift Cards Get Free eBay Gift Cards
ID ammnonildadjailoepcjkmnopkalmckl
URL Resmi https://chrome.google.com/webstore/detail/ammnonildadjailoepcjkmnopkalmckl
Deskripsi Get Free eBay Gift Cards
Ukuran File 26.31 KB
Jumlah Instalasi 111
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-12-28
Tanggal Publikasi 2019-12-28
Penilaian 2.86/5 Total 7 Penilaian
Pengembang BingPlugins
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://search.bing-plugins.com/privacy.html
Bahasa yang Didukung 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
}