GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Wat is GamePoint Flash Enabler?
GamePoint Flash Enabler is een Chrome-extensie ontwikkeld door http://www.gamepoint.com, en de belangrijkste functie is "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Extensie Screenshots
Download het CRX-bestand van de extensie GamePoint Flash Enabler
Download GamePoint Flash Enabler-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
This extension enables flash for the GamePoint games so you don't have to.
Basisinformatie over de Extensie
Naam | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Officiële URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Beschrijving | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Bestandsgrootte | 701 KB |
Aantal Installaties | 50,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-05-29 |
Publicatiedatum | 2020-05-28 |
Beoordeling | 2.95/5 Totaal 41 Beoordelingen |
Ontwikkelaar | http://www.gamepoint.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.gamepoint.com |
Ondersteunde Talen | 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 } } |