Give.Zone

Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!

Give.Zoneคืออะไร?

Give.Zone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://give.zone และคุณลักษณะหลักของมันคือ "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Give.Zone

ดาวน์โหลดไฟล์ส่วนขยาย Give.Zone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fast way to enter Give.Zone most popular giveaway. Simply click on icon, and you will be redirected to fortnite vbucks giveaway.                    

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

ชื่อ Give.Zone Give.Zone
ID jmmgfnmcnejbnbllaaaglcehnmempkgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi
คำอธิบาย Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
ขนาดไฟล์ 5.89 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-03-11
วันที่เผยแพร่ 2019-03-11
คะแนน 3.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://give.zone
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Give.Zone",
    "description": "Stay up to date with giveaways on Give.Zone - the best place to win Games\/Gift Cards\/V-Bucks and many more!",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}