Give.Zone
Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Qu'est-ce que Give.Zone ?
Give.Zone est une extension Chrome développée par http://give.zone, et sa fonction principale est "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Give.Zone
Téléchargez les fichiers d'extension Give.Zone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fast way to enter Give.Zone most popular giveaway. Simply click on icon, and you will be redirected to fortnite vbucks giveaway.
Informations de Base sur l'Extension
Nom | |
ID | jmmgfnmcnejbnbllaaaglcehnmempkgi |
URL Officiel | https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi |
Description | Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more! |
Taille du Fichier | 5.89 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-03-11 |
Date de Publication | 2019-03-11 |
Évaluation | 3.64/5 Total 11 Évaluations |
Développeur | http://give.zone |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |