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是由http://give.zone開發的Chrome擴展程式,該擴展的主要功能是“Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!”。

擴展截圖

screenshot

下載Give.Zone擴展crx文件

下載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
官方網址 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"
        ]
    }
}