Peoples Gamez Gift Exchange

Peoples Gamez Gift Exchange

Qu'est-ce que Peoples Gamez Gift Exchange ?

Peoples Gamez Gift Exchange est une extension Chrome développée par https://www.peoplesgamezgiftexchange.com, et sa fonction principale est "Peoples Gamez Gift Exchange".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Peoples Gamez Gift Exchange

Téléchargez les fichiers d'extension Peoples Gamez Gift Exchange 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

                        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                    

Informations de Base sur l'Extension

Nom Peoples Gamez Gift Exchange Peoples Gamez Gift Exchange
ID dcenglkfnenjnpnmalmachboemjlmakj
URL Officiel https://chromewebstore.google.com/detail/peoples-gamez-gift-exchan/dcenglkfnenjnpnmalmachboemjlmakj
Description Peoples Gamez Gift Exchange
Taille du Fichier 124 KB
Nombre d'Installations 1,197
Version Actuelle 2.4
Dernière Mise à Jour 2019-06-16
Date de Publication 2019-06-16
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.peoplesgamezgiftexchange.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.peoplesgamezgiftexchange.com
URL de la Page d'Aide https://www.peoplesgamezgiftexchange.com/privacy-policy
URL de la Page de Politique de Confidentialité https://www.peoplesgamezgiftexchange.com/privacy-policy
Langues Prises en Charge 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"
}