Flash Player for Web

Flash Player emulator that runs any flash content (SWF files) using an Ruffle. Play favorite flash games online! Game emulator.

Flash Player for Webคืออะไร?

Flash Player for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flashesweb.com และคุณลักษณะหลักของมันคือ "Flash Player emulator that runs any flash content (SWF files) using an Ruffle. Play favorite flash games online! Game emulator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Player for Web

ดาวน์โหลดไฟล์ส่วนขยาย Flash Player for Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Flash Player for Web is an emulator that utilizes Ruffle to run flash content in browsers. This includes flash games, videos, and other files that are converted into an alternate format for compatibility with web browsers. With a Chrome Extension, you can easily add any SWF file to the app's playlist and access it with a simple click. 

Original flash player is nowadays disabled in the browser. Don't worry, just install this simple flash player. 

This tool is free and supports all formats and HD flash files. If you've encountered the "Adobe Flash Player is no longer supported" error and are unable to play a flash game on your favorite gaming website, this Chrome tool can help. 

To use it, go to a site with flash content, click on the extension logo, enable the Flash Player, reload the page, and click the Play button to enjoy your flash content.

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.

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.

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flash Player for Web Flash Player for Web
ID lkhhagecaghfakddbncibijbjmgfhfdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flash-player-for-web/lkhhagecaghfakddbncibijbjmgfhfdm
คำอธิบาย Flash Player emulator that runs any flash content (SWF files) using an Ruffle. Play favorite flash games online! Game emulator.
ขนาดไฟล์ 1.85 MB
จำนวนการติดตั้ง 871,655
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2023-11-19
วันที่เผยแพร่ 2023-04-20
คะแนน 4.19/5 รวมทั้งหมด 260 คะแนน
ผู้พัฒนา https://flashesweb.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://flashesweb.com
URL หน้านโยบายความเป็นส่วนตัว https://flashesweb.com/policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,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.7",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "256": "images\/icon128.png"
    },
    "background": {
        "service_worker": "worker.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": [
                "javascript\/main.js"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "\/*",
                "\/emulator\/ruffle.js",
                "\/emulator\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}