Give.Zone
Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Was ist Give.Zone?
Give.Zone ist eine Chrome-Erweiterung, die von http://give.zone entwickelt wurde, und ihr Hauptmerkmal ist "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".
Erweiterungsscreenshots
Give.Zone-Erweiterungs-CRX-Datei herunterladen
Laden Sie Give.Zone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fast way to enter Give.Zone most popular giveaway. Simply click on icon, and you will be redirected to fortnite vbucks giveaway.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jmmgfnmcnejbnbllaaaglcehnmempkgi |
Offizielle URL | https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi |
Beschreibung | Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more! |
Dateigröße | 5.89 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.1 |
Letztes Update | 2019-03-11 |
Veröffentlichungsdatum | 2019-03-11 |
Bewertung | 3.64/5 Insgesamt 11 Bewertungen |
Entwickler | http://give.zone |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |