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.
Hvad er Flash Control?
Flash Control er en Chrome-udvidelse udviklet af nachtnyg, og dens hovedfunktion er "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".
Udvidelsesskærmbilleder
Download Flash Control-udvidelses-CRX-fil
Download Flash Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Officiel URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Beskrivelse | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
Filstørrelse | 49.67 KB |
Antal Installationer | 2,000 |
Nuværende Version | 2.2 |
Senest Opdateret | 2019-09-25 |
Udgivelsesdato | 2019-09-25 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | nachtnyg |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |