Habboon Automatic Flash Acceptance

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

Vad är Habboon Automatic Flash Acceptance?

Habboon Automatic Flash Acceptance är en Chrome-tillägg utvecklad av hnewholo, och dess huvudfunktion är "Automatically allows Flash player to run, rather than ask for permission each time.".

Tilläggsskärmbilder

screenshot

Ladda ner Habboon Automatic Flash Acceptance-förlängningens CRX-fil

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

                        Hnew extensión                    

Grundläggande Information om Tillägg

Namn Habboon Automatic Flash Acceptance Habboon Automatic Flash Acceptance
ID fjhfagglonodhklhcfehebikgcgcfpgm
Officiell webbadress https://chrome.google.com/webstore/detail/habboon-automatic-flash-a/fjhfagglonodhklhcfehebikgcgcfpgm
Beskrivning Automatically allows Flash player to run, rather than ask for permission each time.
Filstorlek 33.21 KB
Antal Installationer 34
Aktuell Version 1.0.1
Senast Uppdaterad 2020-07-05
Publiceringsdatum 2020-07-05
Utvecklare hnewholo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.hnew.net/me
Hjälpsida URL https://www.hnew.net/clients
Stödda Språk 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"
    }
}