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 là gì?

Give.Zone là một tiện ích mở rộng Chrome được phát triển bởi http://give.zone, và tính năng chính của nó là "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".

Ả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 Give.Zone

Tải xuống các tệp mở rộng Give.Zone 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

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

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

Tên Give.Zone Give.Zone
ID jmmgfnmcnejbnbllaaaglcehnmempkgi
URL Chính Thức https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi
Mô tả Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Kích Thước Tệp 5.89 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-03-11
Ngày Phát Hành 2019-03-11
Đánh Giá 3.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển http://give.zone
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}