GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Co je GamePoint Flash Enabler?
GamePoint Flash Enabler je rozšíření Chrome vyvinuté http://www.gamepoint.com, a jeho hlavní funkcí je „This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GamePoint Flash Enabler
Stáhněte si soubory rozšíření GamePoint Flash Enabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension enables flash for the GamePoint games so you don't have to.
Základní Informace o Rozšíření
Název | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Oficiální URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Popis | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Velikost souboru | 701 KB |
Počet instalací | 50,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2020-05-29 |
Datum Vydání | 2020-05-28 |
Hodnocení | 2.95/5 Celkem 41 Hodnocení |
Vývojář | http://www.gamepoint.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.gamepoint.com |
Podporované Jazyky | 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 } } |