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 |
| 官方網址 | 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
} | |