Aventure Pingouin

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

Wat is Aventure Pingouin?

Aventure Pingouin is een Chrome-extensie ontwikkeld door https://aventurepingouin.com, en de belangrijkste functie is "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Aventure Pingouin

Download Aventure Pingouin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Aventure Pingouin Aventure Pingouin
ID liamdifbopneimbbpiabnbodkpgcdaic
Officiële URL https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic
Beschrijving Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Bestandsgrootte 1.53 MB
Aantal Installaties 453
Huidige Versie 0.2
Laatst Bijgewerkt 2020-03-26
Publicatiedatum 2020-03-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://aventurepingouin.com
Betalingswijze free
Ondersteunde Talen 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
    }
}