Image blocker
Chrome extension for comfortable image blocking.
O que é Image blocker?
Image blocker é uma extensão do Chrome desenvolvida por Davit Osipyan, e sua principal característica é "Chrome extension for comfortable image blocking.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Image blocker
Baixe arquivos de extensão Image blocker 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
ImageBlocker is a Chrome extension that lets you hide or unhide images on a web page. A simple click on the ImageBlocker address bar icon or context menu item reveals or conceals images on-the-fly with true Opera-style functionality. Hiding/unhiding images is just a click away! ---------------------------------------------- Please note that ImageBlocker is not traffic saver and doesn't prevent image downloading.
Informações Básicas da Extensão
Nome | Image blocker |
ID | mkhbghdfcdepfhgeklhdhlmdldiiaajp |
URL Oficial | https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp |
Descrição | Chrome extension for comfortable image blocking. |
Tamanho do Arquivo | 236 KB |
Contagem de Instalações | 15,073 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-06-07 |
Data de Publicação | 2020-06-07 |
Classificação | 3.61/5 Total de 117 Avaliações |
Desenvolvedor | Davit Osipyan |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.2", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "page_action": { "default_title": "__MSG_extName__" }, "default_locale": "en", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |