Flash Player Emulator 2024

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

¿Qué es Flash Player Emulator 2024?

Flash Player Emulator 2024 es una extensión de Chrome desarrollada por https://modernkit.one, y su función principal es "Play Flash anytime, even in 2024 and beyond, using an emulator.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Flash Player Emulator 2024

Descarga archivos de extensión Flash Player Emulator 2024 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Flash Player Emulator 2024 Flash Player Emulator 2024
ID ecbnojockcgfohpopbphhgefkfbigcej
URL Oficial https://chromewebstore.google.com/detail/flash-player-emulator-202/ecbnojockcgfohpopbphhgefkfbigcej
Descripción Play Flash anytime, even in 2024 and beyond, using an emulator.
Tamaño del Archivo 8.65 MB
Cantidad de Instalaciones 251,932
Versión Actual 1.7.2
Última Actualización 2023-12-17
Fecha de Publicación 2021-07-14
Calificación 3.01/5 Total de 157 Calificaciones
Desarrollador https://modernkit.one
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://modernkit.one/flash-emulator/?utm_source=chrome-listing&utm_medium=listing&utm_content=homepage-link
URL de la Página de Ayuda https://modernkit.one/flash-emulator/support/?utm_source=chrome-listing&utm_medium=listing&utm_content=support-link
URL de la Página de Política de Privacidad https://modernkit.one/privacy-policy?utm_source=chrome-listing&utm_medium=listing&utm_content=privacy-policy-link
Idiomas Soportados 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"
}