GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Qu'est-ce que GamePoint Flash Enabler ?
GamePoint Flash Enabler est une extension Chrome développée par http://www.gamepoint.com, et sa fonction principale est "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GamePoint Flash Enabler
Téléchargez les fichiers d'extension GamePoint Flash Enabler 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
This extension enables flash for the GamePoint games so you don't have to.
Informations de Base sur l'Extension
Nom | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
URL Officiel | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Description | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Taille du Fichier | 701 KB |
Nombre d'Installations | 50,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-05-29 |
Date de Publication | 2020-05-28 |
Évaluation | 2.95/5 Total 41 Évaluations |
Développeur | http://www.gamepoint.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gamepoint.com |
Langues Prises en Charge | 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 } } |