Give.Zone
Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Hvad er Give.Zone?
Give.Zone er en Chrome-udvidelse udviklet af http://give.zone, og dens hovedfunktion er "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".
Udvidelsesskærmbilleder
Download Give.Zone-udvidelses-CRX-fil
Download Give.Zone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fast way to enter Give.Zone most popular giveaway. Simply click on icon, and you will be redirected to fortnite vbucks giveaway.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jmmgfnmcnejbnbllaaaglcehnmempkgi |
Officiel URL | https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi |
Beskrivelse | Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more! |
Filstørrelse | 5.89 KB |
Antal Installationer | 2,000 |
Nuværende Version | 0.1 |
Senest Opdateret | 2019-03-11 |
Udgivelsesdato | 2019-03-11 |
Bedømmelse | 3.64/5 Samlet 11 Bedømmelser |
Udvikler | http://give.zone |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |