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.
O que é Flash Blocker free?
Flash Blocker free é uma extensão do Chrome desenvolvida por http://flashplugin.net, e sua principal característica é "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.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flash Blocker free
Baixe arquivos de extensão Flash Blocker free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gejadgkogecdjipdihdemjoafjlolemj |
URL Oficial | https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj |
Descrição | 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. |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.3 |
Última Atualização | 2014-10-13 |
Data de Publicação | 2014-10-13 |
Classificação | 2.54/5 Total de 26 Avaliações |
Desenvolvedor | http://flashplugin.net |
Tipo de Pagamento | free |
Site da Extensão | http://flashplugin.net/ |
Idiomas Suportados | 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" ] } |