Hangout Flash Enabler

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

Что такое Hangout Flash Enabler?

Hangout Flash Enabler - это расширение Chrome, разработанное pennywise.hangout.ph, и его основная функция - "Automatically allows Flash player to run, rather than ask for permission each time.".

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

screenshot
screenshot

Скачать файл CRX расширения Hangout Flash Enabler

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

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

                        This extension will allow you to automatically enable flash on hangout.
This will help you to get in the client easier.                    

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

Название Hangout Flash Enabler Hangout Flash Enabler
ID anbgkbldijjkcobgockaldnflcopphom
Официальный URL https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom
Описание Automatically allows Flash player to run, rather than ask for permission each time.
Размер файла 33.98 KB
Количество установок 154
Текущая Версия 1.0.2
Последнее Обновление 2020-10-14
Дата публикации 2020-04-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик pennywise.hangout.ph
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hangout.ph
URL страницы помощи https://hangout.ph
URL страницы политики конфиденциальности https://hangout.ph/help/10-privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    },
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "icons": {
        "128": "images\/icon-128x128.png",
        "144": "images\/icon-144x144.png",
        "152": "images\/icon-152x152.png",
        "192": "images\/icon-192x192.png",
        "384": "images\/icon-384x384.png",
        "512": "images\/icon-512x512.png",
        "72": "images\/icon-72x72.png",
        "96": "images\/icon-96x96.png"
    },
    "manifest_version": 2,
    "name": "Hangout Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}