GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Что такое GamePoint Flash Enabler?
GamePoint Flash Enabler - это расширение Chrome, разработанное http://www.gamepoint.com, и его основная функция - "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Снимки экрана расширения
Скачать файл CRX расширения GamePoint Flash Enabler
Скачайте файлы расширений GamePoint Flash Enabler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension enables flash for the GamePoint games so you don't have to.
Основная информация о расширении
Название | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Официальный URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Описание | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Размер файла | 701 KB |
Количество установок | 50,000 |
Текущая Версия | 1.3 |
Последнее Обновление | 2020-05-29 |
Дата публикации | 2020-05-28 |
Рейтинг | 2.95/5 Всего 41 оценок |
Разработчик | http://www.gamepoint.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.gamepoint.com |
Поддерживаемые языки | 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 } } |