WebExtension.net
WebExtension.net

Ruffle - Flash Emulator

View on Chrome Web Store
View Ruffle - Flash Emulator Chrome Extension on Chrome Web Store
4.3 (359 ratings)

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
Website ruffle.rs
ruffle
View author page of ruffle
Published
Published on June 19, 2021
Version 0.1.0.1397
Manifest version
3
Updated
Updated on November 18, 2024
View on Chrome Web Store
View Ruffle - Flash Emulator Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

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.1397",
    "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 2024-11-18",
    "background": {
        "service_worker": "dist\/background.js"
    },
    "incognito": "split"
}
WebExtension.net

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

© 2024 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