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.

Vad är Flash Control?

Flash Control är en Chrome-tillägg utvecklad av vleaux.spam, och dess huvudfunktion är "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Tilläggsskärmbilder

screenshot

Ladda ner Flash Control-förlängningens CRX-fil

Ladda ner Flash Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Flash Control Flash Control
ID eemmadppoglkgbfehkhimpmhnlkobdki
Officiell webbadress https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
Beskrivning Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Filstorlek 56.12 KB
Antal Installationer 30,000
Aktuell Version 2.2
Senast Uppdaterad 2019-12-09
Publiceringsdatum 2019-12-09
Betyg 2.75/5 Totalt 4 Betyg
Utvecklare vleaux.spam
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://flashcontrol.chromecrxstore.com
Stödda Språk 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
    }
}