Flash Player for Chrome

Emulator for Flash Player that runs flash files using Ruffle. It's a simple way to run your favorite flash content across the web!

Flash Player for Chrome là gì?

Flash Player for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://flash2022.com, và tính năng chính của nó là "Emulator for Flash Player that runs flash files using Ruffle. It's a simple way to run your favorite flash content across the web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash Player for Chrome

Tải xuống các tệp mở rộng Flash Player for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Flash Player for Web is an emulator that runs your favorite flashes using Ruffle. All flash games, videos, and other files are converted into an alternative format in order to open them in a browser.

Play video, game, and gif files in this format anywhere across the WEB! Well, design Chrome Extension, which allows you to add any (SWF) file into the app's playlist and access them by simply clicking the icon.

This is totally free extension for you. Flash Player is an excellent player tool. It supports all formats and HD flashes files. Want to play a game that you found on your favorite gaming website but can't run due to the "Adobe Flash Player is no longer supported" error? Then this Chrome tool will be useful for you.

How it works:

1. Go to a site with flash games.
2. Click the extension logo.
2. Enable the extension (blue checkbox on the right top).
3. Reload the webpage.
4. Click on the Play button.
5. Enjoy!

Warning:
Flash Player is a helper tool for Google Chrome users. Our extension is not officially affiliated with products Adobe Player or any others Adobe products.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flash Player for Chrome Flash Player for Chrome
ID oakbcaafbicdddpdlhbchhpblmhefngh
URL Chính Thức https://chromewebstore.google.com/detail/flash-player-for-chrome/oakbcaafbicdddpdlhbchhpblmhefngh
Mô tả Emulator for Flash Player that runs flash files using Ruffle. It's a simple way to run your favorite flash content across the web!
Kích Thước Tệp 9.62 MB
Số Lần Cài Đặt 628,660
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-06-22
Đánh Giá 4.33/5 Tổng số 209 Đánh Giá
Nhà Phát Triển https://flash2022.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flash2022.com/
URL Trang Chính Sách Bảo Mật https://flash2022.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,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,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png",
        "180": "images\/180.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/sso.godaddy.com\/*",
                "https:\/\/authentication.td.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/www.tuxedocomputers.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' https:\/\/flash2022.com; script-src 'wasm-unsafe-eval' 'self'; style-src 'unsafe-inline'; connect-src *; media-src *; img-src data:;"
    },
    "action": {
        "default_popup": "popup.html",
        "browser_style": true
    },
    "version": "1.8"
}