Flash Player Emulator 2024

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

Что такое Flash Player Emulator 2024?

Flash Player Emulator 2024 - это расширение Chrome, разработанное https://modernkit.one, и его основная функция - "Play Flash anytime, even in 2024 and beyond, using an emulator.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Flash Player Emulator 2024

Скачайте файлы расширений Flash Player Emulator 2024 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Flash Player Emulator 2024 Flash Player Emulator 2024
ID ecbnojockcgfohpopbphhgefkfbigcej
Официальный URL https://chromewebstore.google.com/detail/flash-player-emulator-202/ecbnojockcgfohpopbphhgefkfbigcej
Описание Play Flash anytime, even in 2024 and beyond, using an emulator.
Размер файла 8.65 MB
Количество установок 251,932
Текущая Версия 1.7.2
Последнее Обновление 2023-12-17
Дата публикации 2021-07-14
Рейтинг 3.01/5 Всего 157 оценок
Разработчик https://modernkit.one
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://modernkit.one/flash-emulator/?utm_source=chrome-listing&utm_medium=listing&utm_content=homepage-link
URL страницы помощи https://modernkit.one/flash-emulator/support/?utm_source=chrome-listing&utm_medium=listing&utm_content=support-link
URL страницы политики конфиденциальности https://modernkit.one/privacy-policy?utm_source=chrome-listing&utm_medium=listing&utm_content=privacy-policy-link
Поддерживаемые языки 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"
}