One Click GSN Games
You can now play all GSN Games without any permissions hassle.
Wat is One Click GSN Games?
One Click GSN Games is een Chrome-extensie ontwikkeld door GSN Games - Bingo Bash, en de belangrijkste functie is "You can now play all GSN Games without any permissions hassle.".
Extensie Screenshots
Download het CRX-bestand van de extensie One Click GSN Games
Download One Click GSN Games-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
One Click GSN Games is the official extension from GSN Games that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience! By adding this extension, you will give a ONE TIME permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing Bingo Bash and our other GSN games, hassle free! Your privacy is important to GSN. Your consent to Flash will only be used to support Flash and will not be shared with any other parties. Use of this extension is subject to our Terms of Service (https://gsngamesnetwork.com/terms.html), and Privacy Policy (https://gsngamesnetwork.com/privacy.html).
Basisinformatie over de Extensie
Naam | One Click GSN Games |
ID | kjdbedlepiebjogmbmmfgilidoobdfmb |
Officiële URL | https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb |
Beschrijving | You can now play all GSN Games without any permissions hassle. |
Bestandsgrootte | 13.8 KB |
Aantal Installaties | 38,328 |
Huidige Versie | 0.2.6 |
Laatst Bijgewerkt | 2018-10-24 |
Publicatiedatum | 2018-10-24 |
Beoordeling | 3.45/5 Totaal 95 Beoordelingen |
Ontwikkelaar | GSN Games - Bingo Bash |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://apps.facebook.com/vegas-app/ |
URL van de Privacybeleid Pagina | https://gsngamesnetwork.com/privacy.html |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click GSN Games", "description": "You can now play all GSN Games without any permissions hassle.", "version": "0.2.6", "manifest_version": 2, "icons": { "128": "App_icon_chrome.png" }, "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "App_icon_chrome.png", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js" ], "persistent": true } } |