Flash Player Emulator 2024

Play Flash anytime, even in 2024 and beyond, using an emulator.

Cos'è Flash Player Emulator 2024?

Flash Player Emulator 2024 è un'estensione di Chrome sviluppata da https://modernkit.one, e la sua funzione principale è "Play Flash anytime, even in 2024 and beyond, using an emulator.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flash Player Emulator 2024

Scarica i file di estensione Flash Player Emulator 2024 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Want to fix "Adobe Flash Player is no longer supported" and "This plugin is not supported" error messages? This extension will remove those messages and allow you to play Flash in any website with a single click.

It's easy to use: Click once and that's it! The extension does all the work for you. No need to download extra apps, use old plugin versions, or be without your favorite games.

Play games, videos, and other Flash content on any website.

Also play local Flash files and direct SWF URLs with Premium.

This Flash Player extension will work in 2023, 2024, and beyond.

Compatibility Note: The emulator has limited support for ActionScript 3 and may not work with all Flash content. Please see https://ruffle.rs/#compatibility for more info on compatibility. Please contact [email protected] if you have issues or feedback.

Some users may have a limited number of free plays per month without a subscription.

----

This extension uses the Ruffle emulator: https://ruffle.rs/
Ruffle is used under the MIT license: https://github.com/ruffle-rs/ruffle/blob/master/LICENSE.md
Adobe Flash Player is a trademark of Adobe, Inc.                    

Informazioni di Base sull'Estensione

Nome Flash Player Emulator 2024 Flash Player Emulator 2024
ID ecbnojockcgfohpopbphhgefkfbigcej
URL Ufficiale https://chromewebstore.google.com/detail/flash-player-emulator-202/ecbnojockcgfohpopbphhgefkfbigcej
Descrizione Play Flash anytime, even in 2024 and beyond, using an emulator.
Dimensione del File 8.65 MB
Conteggio Installazioni 251,932
Versione Corrente 1.7.2
Ultimo Aggiornamento 2023-12-17
Data di Pubblicazione 2021-07-14
Valutazione 3.01/5 Totale 157 Valutazioni
Sviluppatore https://modernkit.one
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://modernkit.one/flash-emulator/?utm_source=chrome-listing&utm_medium=listing&utm_content=homepage-link
URL della Pagina di Aiuto https://modernkit.one/flash-emulator/support/?utm_source=chrome-listing&utm_medium=listing&utm_content=support-link
URL della Pagina della Politica sulla Privacy https://modernkit.one/privacy-policy?utm_source=chrome-listing&utm_medium=listing&utm_content=privacy-policy-link
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Player Emulator 2024",
    "short_name": "Flash Player Emulator 2024",
    "description": "Play Flash anytime, even in 2024 and beyond, using an emulator.",
    "version": "1.7.2",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png",
        "192": "icons\/logo192.png",
        "512": "icons\/logo512.png"
    },
    "homepage_url": "https:\/\/modernkit.one\/flash-emulator\/?utm_source=extension-manifest-homepage&utm_medium=extension&utm_content=extension-manifest-url",
    "permissions": [
        "",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "alarms"
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "detection-polyfill.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": false,
            "exclude_matches": [
                "https:\/\/*.doubleclick.net\/*",
                "https:\/\/*.googletagservices.com\/*",
                "https:\/\/*.pubmatic.com\/*",
                "https:\/\/*.adnxs.com\/*",
                "https:\/\/*.outbrain.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/robinstv.bcfc.co.uk\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "detection-alternate.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": false,
            "exclude_matches": [
                "https:\/\/*.doubleclick.net\/*",
                "https:\/\/*.googletagservices.com\/*",
                "https:\/\/*.pubmatic.com\/*",
                "https:\/\/*.adnxs.com\/*",
                "https:\/\/*.outbrain.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/robinstv.bcfc.co.uk\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": false,
            "exclude_matches": [
                "https:\/\/*.doubleclick.net\/*",
                "https:\/\/*.googletagservices.com\/*",
                "https:\/\/*.pubmatic.com\/*",
                "https:\/\/*.adnxs.com\/*",
                "https:\/\/*.outbrain.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/robinstv.bcfc.co.uk\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/modernkit.one\/*"
            ],
            "js": [
                "installed-check.js"
            ],
            "run_at": "document_start"
        }
    ],
    "sandbox": {
        "pages": [
            "external\/player.html"
        ]
    },
    "web_accessible_resources": [
        "external\/player-embed.html",
        "external\/player.html",
        "external\/upgrade.html",
        "external\/page-bridge.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/modernkit.one\/flash-emulator\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiSZDTxC2C6OFjGYPH8ZSrUFbqR7f0x8z5KP0MROlxp1Zn0tKwdj4ohyLQS0GJmAfWjDkudWRsEKdhp9AsVtVRMBHhb\/xnbN3xQIrN6CC2GrFK9JZ81NLXHLbei04zMHeSrp1juYCkEXFc6IUCmHp6jh0\/OJtSiwEOqy25LDhQqPuk6DN4njURcuo9VzztXd5fSpgHxFq5qrZo1qOcZV+DCG5FkhKnw53\/8mSIqyU2v1GjJxYfFtMAsGUKwoUTwf9yEr4axjrMVEvbilsqRjg3Nwpy2WD0IIH0iAxIWlw0MKaB9+eOk+T38tsu7bOVr73XEhnOqAzxkMptSAezJsI\/QIDAQAB"
}