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.

What is Flash Control?

Flash Control is a Chrome extension developed by vleaux.spam, and its main feature is "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Extension Screenshots

screenshot

Download Flash Control Extension CRX File

Download Flash Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Flash Control Flash Control
ID eemmadppoglkgbfehkhimpmhnlkobdki
Official URL https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
Description Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
File Size 56.12 KB
Installation Count 30,000
Current Version 2.2
Last Updated 2019-12-09
Publish Date 2019-12-09
Rating 2.75/5 Total 4 Ratings
Developer vleaux.spam
Email [email protected]
Payment Type free
Privacy Policy Page URL http://flashcontrol.chromecrxstore.com
Supported Languages 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
    }
}