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.
Wat is Flash Control?
Flash Control is een Chrome-extensie ontwikkeld door nachtnyg, en de belangrijkste functie is "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flash Control
Download Flash Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Officiële URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Beschrijving | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
Bestandsgrootte | 49.67 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2019-09-25 |
Publicatiedatum | 2019-09-25 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nachtnyg |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |