WebExtension.net
Toggle dark mode
WebExtension.net

Ruffle - Flash Emulator

View on Chrome Web Store
View Ruffle - Flash Emulator Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (373 ratings)
2 new ratings
195 views
This extension has been viewed 195 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Puts Flash back on the web where it belongs.
Type
Extension
Users
800,000 users
100K
Website ruffle.rs
ruffle
View author page of ruffle
Published
Published on June 19, 2021
Version 0.1.0.1461
Manifest version
3
Updated
Updated on January 21, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Ruffle - Flash Emulator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ruffle - Flash Emulator",
    "short_name": "Ruffle",
    "version": "0.1.0.1461",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/ruffle.rs\/",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/sso.godaddy.com\/*",
                "https:\/\/authentication.td.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/www.tuxedocomputers.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.time4learning.com\/*",
                "https:\/\/*.edgenuity.com\/*",
                "https:\/\/www.chewy.com\/*",
                "https:\/\/*.duosecurity.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": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "4399_rules",
                "enabled": true,
                "path": "dist\/4399_rules.json"
            }
        ]
    },
    "version_name": "0.1.0 nightly 2025-01-21",
    "background": {
        "service_worker": "dist\/background.js"
    },
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top