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 nachtnyg, 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
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. 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 | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Official URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
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 | 49.67 KB |
Installation Count | 2,000 |
Current Version | 2.2 |
Last Updated | 2019-09-25 |
Publish Date | 2019-09-25 |
Rating | 3.50/5 Total 2 Ratings |
Developer | nachtnyg |
Payment Type | free |
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 } } |