Peoples Gamez Gift Exchange

Peoples Gamez Gift Exchange

Cos'è Peoples Gamez Gift Exchange?

Peoples Gamez Gift Exchange è un'estensione di Chrome sviluppata da https://www.peoplesgamezgiftexchange.com, e la sua funzione principale è "Peoples Gamez Gift Exchange".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Peoples Gamez Gift Exchange

Scarica i file di estensione Peoples Gamez Gift Exchange 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

                        Here you can get all your bonuses from friends for many different games. We also have a bonus hoover that lets you collect all your bonuses from friends in just one click. Be sure to share with your friends and fellow gamers!

Privacy Policy:
https://www.peoplesgamezgiftexchange.com/privacy-policy                    

Informazioni di Base sull'Estensione

Nome Peoples Gamez Gift Exchange Peoples Gamez Gift Exchange
ID dcenglkfnenjnpnmalmachboemjlmakj
URL Ufficiale https://chromewebstore.google.com/detail/peoples-gamez-gift-exchan/dcenglkfnenjnpnmalmachboemjlmakj
Descrizione Peoples Gamez Gift Exchange
Dimensione del File 124 KB
Conteggio Installazioni 1,197
Versione Corrente 2.4
Ultimo Aggiornamento 2019-06-16
Data di Pubblicazione 2019-06-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.peoplesgamezgiftexchange.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.peoplesgamezgiftexchange.com
URL della Pagina di Aiuto https://www.peoplesgamezgiftexchange.com/privacy-policy
URL della Pagina della Politica sulla Privacy https://www.peoplesgamezgiftexchange.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peoples Gamez Gift Exchange",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Peoples Gamez Gift Exchange"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js",
                "js\/popup.js"
            ],
            "css": [
                "css\/popup.css"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/web.facebook.com\/*",
                "*:\/\/trello.com\/*",
                "*:\/\/www.peoplesgamezgiftexchange.com\/*"
            ]
        }
    ],
    "description": "Peoples Gamez Gift Exchange",
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "*:\/\/www.facebook.com\/*",
        "*:\/\/web.facebook.com\/*",
        "*:\/\/trello.com\/*",
        "*:\/\/www.peoplesgamezgiftexchange.com\/*"
    ],
    "version": "2.4"
}