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.
Was ist Flash Control?
Flash Control ist eine Chrome-Erweiterung, die von nachtnyg entwickelt wurde, und ihr Hauptmerkmal ist "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".
Erweiterungsscreenshots
Flash Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Offizielle URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Beschreibung | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
Dateigröße | 49.67 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 2.2 |
Letztes Update | 2019-09-25 |
Veröffentlichungsdatum | 2019-09-25 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | nachtnyg |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |