Give.Zone

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

Apa itu Give.Zone?

Give.Zone adalah ekstensi Chrome yang dikembangkan oleh http://give.zone, dan fitur utamanya adalah "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Give.Zone

Unduh file ekstensi Give.Zone 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

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

Informasi Dasar Ekstensi

Nama Give.Zone Give.Zone
ID jmmgfnmcnejbnbllaaaglcehnmempkgi
URL Resmi https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi
Deskripsi Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Ukuran File 5.89 KB
Jumlah Instalasi 2,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-03-11
Tanggal Publikasi 2019-03-11
Penilaian 3.64/5 Total 11 Penilaian
Pengembang http://give.zone
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}