Aventure Pingouin

Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.

Что такое Aventure Pingouin?

Aventure Pingouin - это расширение Chrome, разработанное https://aventurepingouin.com, и его основная функция - "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.".

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

screenshot

Скачать файл CRX расширения Aventure Pingouin

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

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

                        Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Permet d'exécuter automatiquement le module Flash Player sur le site d'Aventure Pingouin.

Autorise Aventure Pingouin à activer automatiquement Flash sur son site web par défaut.                    

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

Название Aventure Pingouin Aventure Pingouin
ID liamdifbopneimbbpiabnbodkpgcdaic
Официальный URL https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic
Описание Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Размер файла 1.53 MB
Количество установок 453
Текущая Версия 0.2
Последнее Обновление 2020-03-26
Дата публикации 2020-03-26
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://aventurepingouin.com
Тип оплаты free
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aventure Pingouin",
    "description": "Autoriser Aventure Pingouin d'ex\u00e9cuter automatiquement Flash Player.",
    "version": "0.2",
    "permissions": [
        "http:\/\/aventurepingouin.com\/*",
        "https:\/\/aventurepingouin.com\/*",
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}