Fresh Hotel Automatic Flash Acceptance

Automatically allows Flash player to run, rather than ask for permission each time.

Что такое Fresh Hotel Automatic Flash Acceptance?

Fresh Hotel Automatic Flash Acceptance - это расширение Chrome, разработанное https://fresh-hotel.org, и его основная функция - "Automatically allows Flash player to run, rather than ask for permission each time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fresh Hotel Automatic Flash Acceptance

Скачайте файлы расширений Fresh Hotel Automatic Flash Acceptance в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension will automatically set Flash permissions to 'allow' for the Fresh Hotel website, to avoid connectivity issues arising in the future.                    

Основная информация о расширении

Название Fresh Hotel Automatic Flash Acceptance Fresh Hotel Automatic Flash Acceptance
ID akhdojncgcgflecepkmdhbdgnacgjbhg
Официальный URL https://chromewebstore.google.com/detail/fresh-hotel-automatic-fla/akhdojncgcgflecepkmdhbdgnacgjbhg
Описание Automatically allows Flash player to run, rather than ask for permission each time.
Размер файла 33.33 KB
Количество установок 982
Текущая Версия 1.0.25
Последнее Обновление 2019-07-06
Дата публикации 2019-07-05
Рейтинг 3.00/5 Всего 4 оценок
Разработчик https://fresh-hotel.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://fresh-hotel.org
URL страницы помощи https://forum.fresh-hotel.org
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fresh Hotel Automatic Flash Acceptance",
    "version": "1.0.25",
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "icons": {
        "512": "images\/icon-512x512.png",
        "384": "images\/icon-384x384.png",
        "192": "images\/icon-192x192.png",
        "152": "images\/icon-152x152.png",
        "144": "images\/icon-144x144.png",
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "72": "images\/icon-72x72.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    }
}