Ruffle - Flash Emulator

Puts Flash back on the web where it belongs.

Ruffle - Flash Emulatorคืออะไร?

Ruffle - Flash Emulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ruffle.rs และคุณลักษณะหลักของมันคือ "Puts Flash back on the web where it belongs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ruffle - Flash Emulator

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

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

                        Designed to be easy to use, by using this extension flash content will "just work", with no extra configuration required. Ruffle will detect all existing Flash content on a website and automatically "polyfill" it into a Ruffle player, allowing seamless and transparent upgrading of websites that still rely on Flash content.

If websites also have Ruffle installed, this extension will upgrade it to the latest version if needed. By installing this extension, you get access to the latest fixes and optimisations even on websites that already include an older copy of Ruffle, whilst also providing you with some extra options.

Ruffle is a Flash Player emulator written in Rust. Ruffle runs on all modern browsers through the use of WebAssembly. Leveraging the safety of the modern browser sandbox and the memory safety guarantees of Rust, we can confidently avoid all the security pitfalls that Flash had a reputation for. 

Ruffle is an entirely open source project maintained by volunteers. We're all passionate about the preservation of internet history, and we were drawn to working on this project to help preserve the many websites and plethora of content that will no longer be accessible when users can no longer run the official Flash Player. If you would like to help support this project, we welcome all contributions of any kind - even if it's just playing some old games, seeing how well they run, and letting us know any issues you find!

For more information about Ruffle, including how to report issues, check out our website at https://ruffle.rs.                    

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

ชื่อ Ruffle - Flash Emulator Ruffle - Flash Emulator
ID donbcfbmhbcapadipfkeojnmajbakjdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ruffle-flash-emulator/donbcfbmhbcapadipfkeojnmajbakjdc
คำอธิบาย Puts Flash back on the web where it belongs.
ขนาดไฟล์ 10.56 MB
จำนวนการติดตั้ง 666,546
เวอร์ชันปัจจุบัน 0.1.0 nightly 2024-03-04
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-07-21
คะแนน 4.20/5 รวมทั้งหมด 260 คะแนน
ผู้พัฒนา https://ruffle.rs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ruffle.rs
URL หน้าช่วยเหลือ https://github.com/ruffle-rs/ruffle/wiki
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ruffle-rs/ruffle/wiki/Privacy-Policy-of-the-Ruffle-Browser-Extension
ภาษาที่รองรับ id,de,en,fr,nl,tr,ca,es,it,hu,pl,pt-PT,ro,sk,sv,cs,ru,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ruffle - Flash Emulator",
    "short_name": "Ruffle",
    "version": "0.1.0.1137",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/ruffle.rs\/",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "dist\/background.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"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'wasm-unsafe-eval' 'self'; style-src 'unsafe-inline'; connect-src *; media-src *; img-src data:;"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "180": "images\/icon180.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "split",
    "version_name": "0.1.0 nightly 2024-03-04"
}