GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Vad är GamePoint Flash Enabler?
GamePoint Flash Enabler är en Chrome-tillägg utvecklad av http://www.gamepoint.com, och dess huvudfunktion är "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Tilläggsskärmbilder
Ladda ner GamePoint Flash Enabler-förlängningens CRX-fil
Ladda ner GamePoint Flash Enabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension enables flash for the GamePoint games so you don't have to.
Grundläggande Information om Tillägg
Namn | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Officiell webbadress | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Beskrivning | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Filstorlek | 701 KB |
Antal Installationer | 50,000 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2020-05-29 |
Publiceringsdatum | 2020-05-28 |
Betyg | 2.95/5 Totalt 41 Betyg |
Utvecklare | http://www.gamepoint.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.gamepoint.com |
Stödda Språk | 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 } } |