Flash Blocker free

Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.

Cos'è Flash Blocker free?

Flash Blocker free è un'estensione di Chrome sviluppata da http://flashplugin.net, e la sua funzione principale è "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flash Blocker free

Scarica i file di estensione Flash Blocker free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.                    

Informazioni di Base sull'Estensione

Nome Flash Blocker free Flash Blocker free
ID gejadgkogecdjipdihdemjoafjlolemj
URL Ufficiale https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj
Descrizione Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
Dimensione del File 172 KB
Conteggio Installazioni 2,000
Versione Corrente 1.3
Ultimo Aggiornamento 2014-10-13
Data di Pubblicazione 2014-10-13
Valutazione 2.54/5 Totale 26 Valutazioni
Sviluppatore http://flashplugin.net
Tipo di Pagamento free
Sito Web dell'Estensione http://flashplugin.net/
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Flash Blocker free",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/flashplugin.net\/",
    "version": "1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Flash Blocker free"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}