Flash Control

Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.

什么是Flash Control?

Flash Control是由vleaux.spam开发的Chrome扩展程序,该扩展的主要功能是“Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.”。

扩展截图

screenshot

下载Flash Control扩展crx文件

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

扩展使用说明

                        Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well.
All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing!
Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked                    

扩展基本信息

名称 Flash Control Flash Control
ID eemmadppoglkgbfehkhimpmhnlkobdki
官方URL https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
简介 Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
文件大小 56.12 KB
安装次数 30,000
当前版本 2.2
更新时间 2019-12-09
上架时间 2019-12-09
评分 2.75/5 共4次评分
开发者 vleaux.spam
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://flashcontrol.chromecrxstore.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Control",
    "version": "2.2",
    "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Flash Control"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}