One Click GSN Games
You can now play all GSN Games without any permissions hassle.
¿Qué es One Click GSN Games?
One Click GSN Games es una extensión de Chrome desarrollada por GSN Games - Bingo Bash, y su función principal es "You can now play all GSN Games without any permissions hassle.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión One Click GSN Games
Descarga archivos de extensión One Click GSN Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | One Click GSN Games |
ID | kjdbedlepiebjogmbmmfgilidoobdfmb |
URL Oficial | https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb |
Descripción | You can now play all GSN Games without any permissions hassle. |
Tamaño del Archivo | 13.8 KB |
Cantidad de Instalaciones | 38,328 |
Versión Actual | 0.2.6 |
Última Actualización | 2018-10-24 |
Fecha de Publicación | 2018-10-24 |
Calificación | 3.45/5 Total de 95 Calificaciones |
Desarrollador | GSN Games - Bingo Bash |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://apps.facebook.com/vegas-app/ |
URL de la Página de Política de Privacidad | https://gsngamesnetwork.com/privacy.html |
Idiomas Soportados | 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 } } |