Image Remover

It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…

O que é Image Remover?

Image Remover é uma extensão do Chrome desenvolvida por https://danielw.org, e sua principal característica é "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Remover

Baixe arquivos de extensão Image Remover 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

                        It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.

===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said."                    

Informações Básicas da Extensão

Nome Image Remover Image Remover
ID keimggighiknpiiloncafdmhopgccbbk
URL Oficial https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk
Descrição It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Tamanho do Arquivo 7.88 KB
Contagem de Instalações 1,528
Versão Atual 1.0
Última Atualização 2016-03-03
Data de Publicação 2016-03-02
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor https://danielw.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.danielw.org
URL da Página de Ajuda http://www.danielw.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Remover",
    "version": "1.0",
    "permissions": [
        "background",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "imgremove.png"
    },
    "browser_action": {
        "default_title": "Click to remove all images",
        "default_icon": "imgremove.png"
    },
    "manifest_version": 2,
    "short_name": "Image Remover"
}