Habboon Automatic Flash Acceptance

Automatically allows Flash player to run, rather than ask for permission each time.

Hvad er Habboon Automatic Flash Acceptance?

Habboon Automatic Flash Acceptance er en Chrome-udvidelse udviklet af hnewholo, og dens hovedfunktion er "Automatically allows Flash player to run, rather than ask for permission each time.".

Udvidelsesskærmbilleder

screenshot

Download Habboon Automatic Flash Acceptance-udvidelses-CRX-fil

Download Habboon Automatic Flash Acceptance-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

                        Hnew extensión                    

Grundlæggende oplysninger om udvidelsen

Navn Habboon Automatic Flash Acceptance Habboon Automatic Flash Acceptance
ID fjhfagglonodhklhcfehebikgcgcfpgm
Officiel URL https://chrome.google.com/webstore/detail/habboon-automatic-flash-a/fjhfagglonodhklhcfehebikgcgcfpgm
Beskrivelse Automatically allows Flash player to run, rather than ask for permission each time.
Filstørrelse 33.21 KB
Antal Installationer 34
Nuværende Version 1.0.1
Senest Opdateret 2020-07-05
Udgivelsesdato 2020-07-05
Udvikler hnewholo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.hnew.net/me
Hjælpeside-URL https://www.hnew.net/clients
Understøttede Sprog es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Habboon Automatic Flash Acceptance",
    "version": "1.0.1",
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "icons": {
        "512": "images\/icon-512x512.png",
        "384": "images\/icon-384x384.png",
        "192": "images\/icon-192x192.png",
        "152": "images\/icon-152x152.png",
        "144": "images\/icon-144x144.png",
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "72": "images\/icon-72x72.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    }
}