Get Free eBay Gift Cards

Get Free eBay Gift Cards

Get Free eBay Gift Cardsคืออะไร?

Get Free eBay Gift Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BingPlugins และคุณลักษณะหลักของมันคือ "Get Free eBay Gift Cards"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Free eBay Gift Cards

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}