Flash Master
Open flash file in full screen or download it for offline use
什么是Flash Master?
Flash Master是由https://monaflashmaster.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Open flash file in full screen or download it for offline use”。
扩展截图
下载Flash Master扩展crx文件
下载Flash Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can fetch all the flash files on a website.
You can choose to open the flash files in full screen in a separate tab.
You can also choose to download the flash files for offline gaming or watching.
Please use my website to comment on the extension, request a feature or report a bug.
http://monaflashmaster.blogspot.com 扩展基本信息
| 名称 | |
| ID | cacfnookefkldifaigjdedpophfjkjeh |
| 官方URL | https://chromewebstore.google.com/detail/flash-master/cacfnookefkldifaigjdedpophfjkjeh |
| 简介 | Open flash file in full screen or download it for offline use |
| 文件大小 | 167 KB |
| 安装次数 | 71,144 |
| 当前版本 | 2.0.0.2 |
| 更新时间 | 2013-11-13 |
| 上架时间 | 2013-11-12 |
| 评分 | 3.75/5 共444次评分 |
| 开发者 | https://monaflashmaster.blogspot.com |
| 付费类型 | free |
| 扩展官网 | http://monaflashmaster.blogspot.com |
| 帮助页面URL | http://monaflashmaster.blogspot.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flash Master",
"version": "2.0.0.2",
"manifest_version": 2,
"description": "Open flash file in full screen or download it for offline use",
"icons": {
"16": "FlashMaster\/images\/icon_16x16.png",
"48": "FlashMaster\/images\/icon_48x48.png",
"128": "FlashMaster\/images\/icon_128x128.png"
},
"browser_action": {
"default_icon": "FlashMaster\/images\/icon.png",
"default_popup": "FlashMaster\/main.html"
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"offline_enabled": true
} | |