Flash Player for the Web

Easily play flash content across the web!

Flash Player for the Web क्या है?

Flash Player for the Web Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily play flash content across the web!"।

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

screenshot
screenshot

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

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

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

                        Flash Player for the Web is an extension that lets you play flash content across the web via a JavaScript flash emulator. Toolbar popup has an ON|OFF switch to enable or disable the addon.

This extension uses the Ruffle emulator (https://github.com/ruffle-rs/ruffle) to compile and play flash. Toolbar popup has an ON|OFF switch to quickly enable or disable the addon. By default, the addon is disabled. Please navigate to a webpage with flash content, then, open the toolbar popup and press on the - ON - button (with red F symbol). All the flash content should start to play. Please note that there might be some bugs in playing flash as this addon is still a work in progress. To turn off the addon, please press the - OFF - button via the toolbar popup.

To report bugs, please open the addon's homepage and fill out the bug report form: https://mybrowseraddon.com/flash-player-for-the-web.html                    

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

नाम Flash Player for the Web Flash Player for the Web
ID omimccinlhlkpjaeaocglgmkbelejlhj
आधिकारिक URL https://chromewebstore.google.com/detail/flash-player-for-the-web/omimccinlhlkpjaeaocglgmkbelejlhj
विवरण Easily play flash content across the web!
फ़ाइल का आकार 8.78 MB
स्थापना संख्या 118,740
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2023-09-12
प्रकाशन तिथि 2018-05-27
रेटिंग 3.49/5 कुल 487 रेटिंग्स
डेवलपर Benni
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/flash-player-for-the-web.html
सहायता पृष्ठ URL https://mybrowseraddon.com/flash-player-for-the-web.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Flash Player for the Web",
    "description": "Easily play flash content across the web!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/flash-player-for-the-web.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/vendor\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Flash Player for the Web",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}