Give.Zone

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

Vad är Give.Zone?

Give.Zone är en Chrome-tillägg utvecklad av http://give.zone, och dess huvudfunktion är "Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!".

Tilläggsskärmbilder

screenshot

Ladda ner Give.Zone-förlängningens CRX-fil

Ladda ner Give.Zone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Give.Zone Give.Zone
ID jmmgfnmcnejbnbllaaaglcehnmempkgi
Officiell webbadress https://chrome.google.com/webstore/detail/givezone/jmmgfnmcnejbnbllaaaglcehnmempkgi
Beskrivning Stay up to date with giveaways on Give.Zone - the best place to win Games/Gift Cards/V-Bucks and many more!
Filstorlek 5.89 KB
Antal Installationer 2,000
Aktuell Version 0.1
Senast Uppdaterad 2019-03-11
Publiceringsdatum 2019-03-11
Betyg 3.64/5 Totalt 11 Betyg
Utvecklare http://give.zone
Betalningssätt free
Stödda Språk 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"
        ]
    }
}