GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Co to jest GamePoint Flash Enabler?
GamePoint Flash Enabler to rozszerzenie Chrome opracowane przez http://www.gamepoint.com, a jego główną funkcją jest „This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GamePoint Flash Enabler
Pobierz pliki rozszerzeń GamePoint Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension enables flash for the GamePoint games so you don't have to.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Oficjalny URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Opis | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Rozmiar pliku | 701 KB |
Liczba instalacji | 50,000 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-05-29 |
Data Publikacji | 2020-05-28 |
Ocena | 2.95/5 Łącznie 41 Oceny |
Deweloper | http://www.gamepoint.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.gamepoint.com |
Obsługiwane Języki | 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 } } |