Flash Player - flash emulator

Flash Player is a simple way to run your favorite flash content across the web using Ruffle. Play flash games online and anytime.

Τι είναι το Flash Player - flash emulator;

Το Flash Player - flash emulator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://flashwebonline.com, και η κύρια λειτουργία του είναι "Flash Player is a simple way to run your favorite flash content across the web using Ruffle. Play flash games online and anytime.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flash Player - flash emulator

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

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

                        Are you a fan of classic flash games? Miss the excitement of those addictive online games that brought you joy for hours on end? Flash Player is here to bring back the thrill of flash gaming directly to your browser, no matter where you are!

Flash emulator detects 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.

Emulator for Flash Player that use Ruffle emulation engine enables the playback of flash content within web browsers. This encompasses flash games, videos, and various files converted into a compatible format for seamless browser integration. By utilizing a Chrome extension, users can effortlessly add SWF files to the emulator's playlist and access them with a single click.

Play the games such as classic games, retro games, latest games, pacman, sonic, street fighter and other amazing games.

How extension works:
1. Go to a site with flash games.
2. Click the extension logo.
4. Reload the webpage with a flash game.
5. Click on the Play button.
6. Enjoy Flash game!

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.

The extension is completely free and easy to manage for users. If our extension is useful to you, please give us 5 stars!                    

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

Όνομα Flash Player - flash emulator Flash Player - flash emulator
ID nohenbjhjbaleokplonjkbmackfkpcne
Επίσημο URL https://chromewebstore.google.com/detail/flash-player-flash-emulat/nohenbjhjbaleokplonjkbmackfkpcne
Περιγραφή Flash Player is a simple way to run your favorite flash content across the web using Ruffle. Play flash games online and anytime.
Μέγεθος Αρχείου 1.85 MB
Αριθμός Εγκαταστάσεων 465,279
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2023-10-18
Ημερομηνία Δημοσίευσης 2023-04-24
Αξιολόγηση 4.10/5 Συνολικά 861 Αξιολογήσεις
Προγραμματιστής https://flashwebonline.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://flashwebonline.com/
URL της Σελίδας Πολιτικής Απορρήτου https://flashwebonline.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.5",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "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": "scripts\/background.js"
    },
    "action": {
        "default_title": "Click to search for embedded SWF contents",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "sandbox": {
        "pages": [
            "player.html"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "scripts\/main.js"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "\/*",
                "\/library\/ruffle.js",
                "\/library\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}