Flash Player for the Web
Easily play flash content across the web!
什么是Flash Player for the Web?
Flash Player for the Web是由Benni开发的Chrome扩展程序,该扩展的主要功能是“Easily play flash content across the web!”。
扩展截图
下载Flash Player for the Web扩展crx文件
下载Flash Player for the Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flash Player for the Web is an extension that lets you play flash content across the web via a JavaScript flash emulator. Toolbar popup has an ON|OFF switch to enable or disable the addon. This extension uses the Ruffle emulator (https://github.com/ruffle-rs/ruffle) to compile and play flash. Toolbar popup has an ON|OFF switch to quickly enable or disable the addon. By default, the addon is disabled. Please navigate to a webpage with flash content, then, open the toolbar popup and press on the - ON - button (with red F symbol). All the flash content should start to play. Please note that there might be some bugs in playing flash as this addon is still a work in progress. To turn off the addon, please press the - OFF - button via the toolbar popup. To report bugs, please open the addon's homepage and fill out the bug report form: https://mybrowseraddon.com/flash-player-for-the-web.html
扩展基本信息
名称 | Flash Player for the Web |
ID | omimccinlhlkpjaeaocglgmkbelejlhj |
官方URL | https://chromewebstore.google.com/detail/flash-player-for-the-web/omimccinlhlkpjaeaocglgmkbelejlhj |
简介 | Easily play flash content across the web! |
文件大小 | 8.78 MB |
安装次数 | 118,740 |
当前版本 | 0.2.1 |
更新时间 | 2023-09-12 |
上架时间 | 2018-05-27 |
评分 | 3.49/5 共487次评分 |
开发者 | Benni |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowseraddon.com/flash-player-for-the-web.html |
帮助页面URL | https://mybrowseraddon.com/flash-player-for-the-web.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 3, "offline_enabled": true, "name": "Flash Player for the Web", "description": "Easily play flash content across the web!", "homepage_url": "https:\/\/mybrowseraddon.com\/flash-player-for-the-web.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "data\/content_script\/page_context\/vendor\/*" ] } ], "action": { "default_popup": "data\/popup\/popup.html", "default_title": "Flash Player for the Web", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |