Flash Player +
Flash Player + play & save favourite flashes to view them later.
什么是Flash Player +?
Flash Player +是由Flash Player +开发的Chrome扩展程序,该扩展的主要功能是“Flash Player + play & save favourite flashes to view them later.”。
扩展截图
下载Flash Player +扩展crx文件
下载Flash Player +扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading. Add new flash file: - Navigate to the webpage with some flash files - Click to icon of extension Flash Player + - Select on top menu "Add flash from actual page" - Click to blue icon "add" - If you want can change flash name Play saves flashes: - Click to icon of Flash Player + - Select on top menu "My Flash Playlist" - Click to blue icon "play" or name of flash (flash opens in Fullscreen mode) - If you want you can remove flash (red icon) Thank you and we hope you enjoy this extension.
扩展基本信息
名称 | |
ID | fnipglnbhfacfmefbgiiodalehbcgcbm |
官方URL | https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm |
简介 | Flash Player + play & save favourite flashes to view them later. |
文件大小 | 107 KB |
安装次数 | 320,032 |
当前版本 | 2.4 |
更新时间 | 2022-03-07 |
上架时间 | 2020-06-20 |
评分 | 3.05/5 共174次评分 |
开发者 | Flash Player + |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4", "name": "Flash Player +", "description": "Flash Player + play & save favourite flashes to view them later.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/getxmlcprt.com" ] } |