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.
Co to jest Flash Control?
Flash Control to rozszerzenie Chrome opracowane przez nachtnyg, a jego główną funkcją jest „Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flash Control
Pobierz pliki rozszerzeń Flash Control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Oficjalny URL | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
Opis | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
Rozmiar pliku | 49.67 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2019-09-25 |
Data Publikacji | 2019-09-25 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | nachtnyg |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |