Aventure Pingouin

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

Vad är Aventure Pingouin?

Aventure Pingouin är en Chrome-tillägg utvecklad av https://aventurepingouin.com, och dess huvudfunktion är "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.".

Tilläggsskärmbilder

screenshot

Ladda ner Aventure Pingouin-förlängningens CRX-fil

Ladda ner Aventure Pingouin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Aventure Pingouin Aventure Pingouin
ID liamdifbopneimbbpiabnbodkpgcdaic
Officiell webbadress https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic
Beskrivning Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Filstorlek 1.53 MB
Antal Installationer 453
Aktuell Version 0.2
Senast Uppdaterad 2020-03-26
Publiceringsdatum 2020-03-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://aventurepingouin.com
Betalningssätt free
Stödda Språk 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
    }
}