Flash Player Enabler

Run any flash content for web, using a emulator Flash Player. Play flash games online.

Flash Player Enabler क्या है?

Flash Player Enabler Flash-enabler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run any flash content for web, using a emulator Flash Player. Play flash games online."।

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

screenshot
screenshot

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

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

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

                        Flash player enabler runs flash player emulator in the browser. Original flash player is nowadays disabled in the browser (removed support for the Flash Player in 2020).

You can install this Flash Player to unlock old flash games or other flash player content.

It's easy to use:
The flash player automatically recognizes any flash content on a webpage and replaces it with "Play" button. In a word, you can install this extension to unlock old flash games or other flash content. 
Automatically detects the flash content of a website and generates a "Play" button.

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 flash game, gif files in this format anywhere across the WEB! We'll design Chrome Extension, which allows you to run any (swf) file into the app's playlist and access them by simply clicking the icon.

Flash Player Enabler extension uses two open-source emulator engines. Use two different engines: Ruffle (https://ruffle.rs/) and SWF2JS (https://swf2js.com/)
The extension always tries to open the emulation window the same size as the actual Flash object, however, you can resize the window to the proper size anytime.

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

Adobe Flash Player is a trademark of Adobe, Inc.

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

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

नाम Flash Player Enabler Flash Player Enabler
ID eplfglplnlljjpeiccbgnijecmkeimed
आधिकारिक URL https://chromewebstore.google.com/detail/flash-player-enabler/eplfglplnlljjpeiccbgnijecmkeimed
विवरण Run any flash content for web, using a emulator Flash Player. Play flash games online.
फ़ाइल का आकार 11.23 MB
स्थापना संख्या 329,103
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2023-01-10
रेटिंग 4.24/5 कुल 187 रेटिंग्स
डेवलपर Flash-enabler.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://flash-enabler.com/privacy-policy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,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": "1.0.4",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "components\/popup.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "sandbox": {
        "pages": [
            "components\/playerFlash.html"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "javaScripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/ruffle\/*.js",
                "libs\/ruffle\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}