Flah - flash enabler

Enables Flash automatically

什么是Flah - flash enabler?

Flah - flash enabler是由zer0开发的Chrome扩展程序,该扩展的主要功能是“Enables Flash automatically”。

扩展截图

screenshot
screenshot

下载Flah - flash enabler扩展crx文件

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

扩展使用说明

                        This extension will automatically enable Flash Player on any website you want. You dont have to  press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.                    

扩展基本信息

名称 Flah - flash enabler Flah - flash enabler
ID odoiohbbplgpbkfinacjpmcfpgfinljb
官方URL https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb
简介 Enables Flash automatically
文件大小 115 KB
安装次数 4,456
当前版本 1.1
更新时间 2020-02-23
上架时间 2020-02-23
评分 3.00/5 共7次评分
开发者 zer0
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "contentSettings"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}