Flash Player that Works!

Flash Player that runs flash files using Ruffle on ActionScript 3. Play favorite flash games on Web.

Τι είναι το Flash Player that Works!;

Το Flash Player that Works! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flash Emulator, και η κύρια λειτουργία του είναι "Flash Player that runs flash files using Ruffle on ActionScript 3. Play favorite flash games on Web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flash Player that Works!

Λήψη αρχείων επέκτασης Flash Player that Works! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Flash Player  is an emulator that runs your favorite flashes using Ruffle emulation engine. All flash games, videos, and other files are converted into an alternative format in order to open them in a browser.

An easy to use extension that allows users to run any Flash games or other SWF files using a JS emulator and existing Flash content will simply work, without additional settings or applications.

If you are bored you should definitely add this app to your Chrome.
Play the games such as classic games, retro games, latest games, pacman, sonic, street fighter and other amazing games.

How the Flash Player 2023 works:
1. Go to a site with flash games.
2. Enable the Flash player itself in the pop-up extension window (red button "Enable Flash Player Emulator")
3. Important:  Reload the site page.
4. Click on the Play button.
5. Start playing.

Flash Player - games emulator detects any flash-content on a web page (which is displayed in a pop-up window - green circle) and then replaces standard flash file playback errors "Plugin Adobe Flash Player is no longer supported" with the "Play" button, which you can click to open the game.

Flash Player uses two open-source Flash to JS libraries (Ruffle and SWF2JS) as its emulation engine.

Warning
Flash Player is a helper tool for Google Chrome users. Flash Player is not officially affiliated with products Adobe Flash Player or any others Adobe products. Flash logo® (“the Flash logo”) are registered trademarks of Adobe Inc.

Now you no longer need to download additional applications or utility, use old versions of extension. All in one extension Flash Player - games emulator.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flash Player that Works! Flash Player that Works!
ID nlfaobjnjbmbdnoeiijojjmeihbheegn
Επίσημο URL https://chromewebstore.google.com/detail/flash-player-that-works/nlfaobjnjbmbdnoeiijojjmeihbheegn
Περιγραφή Flash Player that runs flash files using Ruffle on ActionScript 3. Play favorite flash games on Web.
Μέγεθος Αρχείου 6.57 MB
Αριθμός Εγκαταστάσεων 293,191
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2024-01-05
Ημερομηνία Δημοσίευσης 2023-01-31
Αξιολόγηση 4.26/5 Συνολικά 113 Αξιολογήσεις
Προγραμματιστής Flash Emulator
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/flashplayer2023/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo.png",
        "32": "icons\/logo.png",
        "48": "icons\/logo.png",
        "64": "icons\/logo.png",
        "128": "icons\/logo.png",
        "256": "icons\/logo.png"
    },
    "background": {
        "service_worker": "content-scripts\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/logo.png",
            "32": "icons\/logo.png",
            "48": "icons\/logo.png",
            "64": "icons\/logo.png",
            "128": "icons\/logo.png",
            "256": "icons\/logo.png"
        },
        "default_title": "Click to search for embedded SWF contents",
        "default_popup": "popup.html"
    },
    "sandbox": {
        "pages": [
            "content-scripts\/ruffle-player\/player.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/inject.css"
            ],
            "js": [
                "content-scripts\/page.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "styles\/*",
                "content-scripts\/libs\/ruffle.js",
                "content-scripts\/libs\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}