Aventure Pingouin

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

Co to jest Aventure Pingouin?

Aventure Pingouin to rozszerzenie Chrome opracowane przez https://aventurepingouin.com, a jego główną funkcją jest „Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Aventure Pingouin

Pobierz pliki rozszerzeń Aventure Pingouin 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Aventure Pingouin Aventure Pingouin
ID liamdifbopneimbbpiabnbodkpgcdaic
Oficjalny URL https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic
Opis Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Rozmiar pliku 1.53 MB
Liczba instalacji 453
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2020-03-26
Data Publikacji 2020-03-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://aventurepingouin.com
Typ Płatności free
Obsługiwane Języki 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
    }
}