GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Cos'è GamePoint Flash Enabler?
GamePoint Flash Enabler è un'estensione di Chrome sviluppata da http://www.gamepoint.com, e la sua funzione principale è "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GamePoint Flash Enabler
Scarica i file di estensione GamePoint Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension enables flash for the GamePoint games so you don't have to.
Informazioni di Base sull'Estensione
Nome | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
URL Ufficiale | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Descrizione | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Dimensione del File | 701 KB |
Conteggio Installazioni | 50,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-05-29 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 2.95/5 Totale 41 Valutazioni |
Sviluppatore | http://www.gamepoint.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gamepoint.com |
Lingue Supportate | 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 } } |