Aventure Pingouin
Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Hvad er Aventure Pingouin?
Aventure Pingouin er en Chrome-udvidelse udviklet af https://aventurepingouin.com, og dens hovedfunktion er "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.".
Udvidelsesskærmbilleder
Download Aventure Pingouin-udvidelses-CRX-fil
Download Aventure Pingouin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | liamdifbopneimbbpiabnbodkpgcdaic |
Officiel URL | https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic |
Beskrivelse | Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player. |
Filstørrelse | 1.53 MB |
Antal Installationer | 453 |
Nuværende Version | 0.2 |
Senest Opdateret | 2020-03-26 |
Udgivelsesdato | 2020-03-26 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://aventurepingouin.com |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |