Peoples Gamez Gift Exchange
Peoples Gamez Gift Exchange
Wat is Peoples Gamez Gift Exchange?
Peoples Gamez Gift Exchange is een Chrome-extensie ontwikkeld door https://www.peoplesgamezgiftexchange.com, en de belangrijkste functie is "Peoples Gamez Gift Exchange".
Extensie Screenshots
Download het CRX-bestand van de extensie Peoples Gamez Gift Exchange
Download Peoples Gamez Gift Exchange-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Peoples Gamez Gift Exchange |
ID | dcenglkfnenjnpnmalmachboemjlmakj |
Officiële URL | https://chromewebstore.google.com/detail/peoples-gamez-gift-exchan/dcenglkfnenjnpnmalmachboemjlmakj |
Beschrijving | Peoples Gamez Gift Exchange |
Bestandsgrootte | 124 KB |
Aantal Installaties | 1,197 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2019-06-16 |
Publicatiedatum | 2019-06-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.peoplesgamezgiftexchange.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.peoplesgamezgiftexchange.com |
Help Pagina-URL | https://www.peoplesgamezgiftexchange.com/privacy-policy |
URL van de Privacybeleid Pagina | https://www.peoplesgamezgiftexchange.com/privacy-policy |
Ondersteunde Talen | 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" } |