Give.Zone
Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Cos'è Give.Zone?
Give.Zone è un'estensione di Chrome sviluppata da http://give.zone, e la sua funzione principale è "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Give.Zone
Scarica i file di estensione Give.Zone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fast way to enter Give.Zone most popular giveaway. Simply click on icon, and you will be redirected to fortnite vbucks giveaway.
Informazioni di Base sull'Estensione
Nome | |
ID | jmmgfnmcnejbnbllaaaglcehnmempkgi |
URL Ufficiale | https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi |
Descrizione | Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more! |
Dimensione del File | 5.89 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-03-11 |
Data di Pubblicazione | 2019-03-11 |
Valutazione | 3.64/5 Totale 11 Valutazioni |
Sviluppatore | http://give.zone |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |