GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
¿Qué es GamePoint Flash Enabler?
GamePoint Flash Enabler es una extensión de Chrome desarrollada por http://www.gamepoint.com, y su función principal es "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GamePoint Flash Enabler
Descarga archivos de extensión GamePoint Flash Enabler 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
This extension enables flash for the GamePoint games so you don't have to.
Información Básica de la Extensión
Nombre | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
URL Oficial | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Descripción | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Tamaño del Archivo | 701 KB |
Cantidad de Instalaciones | 50,000 |
Versión Actual | 1.3 |
Última Actualización | 2020-05-29 |
Fecha de Publicación | 2020-05-28 |
Calificación | 2.95/5 Total de 41 Calificaciones |
Desarrollador | http://www.gamepoint.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.gamepoint.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamePoint Flash Enabler", "short_name": "GamePoint Flash Enabler", "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.", "version": "1.3", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_title": "GamePoint Flash Enabler" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "incognito": "split", "background": { "scripts": [ "js\/flashenabler.js" ], "persistent": false } } |