Images ON/OFF
Disable images on current site.
O que é Images ON/OFF?
Images ON/OFF é uma extensão do Chrome desenvolvida por https://singleclickapps.com, e sua principal característica é "Disable images on current site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Images ON/OFF
Baixe arquivos de extensão Images ON/OFF 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
Use this extension to disable/enable images on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts. There are some options available, but basically, the extension does just that and nothing more.
Informações Básicas da Extensão
Nome | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
URL Oficial | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Descrição | Disable images on current site. |
Tamanho do Arquivo | 50.33 KB |
Contagem de Instalações | 29,934 |
Versão Atual | 2.3.1 |
Última Atualização | 2020-03-12 |
Data de Publicação | 2020-03-12 |
Classificação | 4.18/5 Total de 97 Avaliações |
Desenvolvedor | https://singleclickapps.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://singleclickapps.com/images-on-off/ |
URL da Página de Política de Privacidade | https://singleclickapps.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Images ON\/OFF", "version": "2.3.1", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/images-on-off", "description": "Disable images on current site.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Images On\/Off" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html" } |