Flash Player for Web

Flash Player saves your favorite flashes and run them later.

什么是Flash Player for Web?

Flash Player for Web是由Flash Player开发的Chrome扩展程序,该扩展的主要功能是“Flash Player saves your favorite flashes and run them later.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Flash Player for Web扩展crx文件

下载Flash Player for Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Play Flash files anywhere across the WEB! Web Flash Player is a well design Chrome Extension, which allows you to add any flash (swf) file into the app's playlist and access them by simply clicking Flash Player icon.

Simply navigate to the webpage, which hosts file, you want to play, open the  Extension, choose from detected files and click the Add button. Voila! The file is saved and hosted in your playlist now, you can play it whenever you want!                    

扩展基本信息

名称 Flash Player for Web Flash Player for Web
ID nggcofmehaobnolkeaemkchbceihlkoj
官方URL https://chrome.google.com/webstore/detail/flash-player-for-chrome/nggcofmehaobnolkeaemkchbceihlkoj
简介 Flash Player saves your favorite flashes and run them later.
文件大小 460 KB
安装次数 100,000
当前版本 1.3.1
更新时间 2022-08-23
上架时间 2020-11-08
评分 2.17/5 共35次评分
开发者 Flash Player
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.1",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/static\/128.png",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js",
                "js\/finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}