Flash Player - emulator

Runs any Flash content (SWF files) using an emulator. Play anytime and anywhere!

Flash Player - emulator क्या है?

Flash Player - emulator Flash Playlist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Runs any Flash content (SWF files) using an emulator. Play anytime and anywhere!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flash Player - emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An easy to use Chrome 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.

Flash Player 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.

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

The extension always tries to open the emulation popup window the same size as the actual flashes, however, you can resize the popup window to the proper size anytime.

We really hope that our product will be useful to you! Feel free to send us any feedback or suggestions related to the work of the extension.                    

एक्सटेंशन की मूल जानकारी

नाम Flash Player - emulator Flash Player - emulator
ID kkaekcleocoobigpfcdbcciimjihepig
आधिकारिक URL https://chrome.google.com/webstore/detail/flash-player-emulator/kkaekcleocoobigpfcdbcciimjihepig
विवरण Runs any Flash content (SWF files) using an emulator. Play anytime and anywhere!
फ़ाइल का आकार 4.23 MB
स्थापना संख्या 121,389
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2022-11-24
प्रकाशन तिथि 2021-10-19
रेटिंग 4.43/5 कुल 83 रेटिंग्स
डेवलपर Flash Playlist
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/flash-app/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "action": {
        "default_icon": "assets\/images\/128.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "sandbox": {
        "pages": [
            "assets\/engine\/modal.html"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "assets\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/engine\/ruffle\/*.js",
                "\/assets\/engine\/ruffle\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}