Imageless

Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.

Cos'è Imageless?

Imageless è un'estensione di Chrome sviluppata da omar.w.qureshi, e la sua funzione principale è "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Imageless

Scarica i file di estensione Imageless 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

                        Imageless allows you to toggle image visibility on any webpage. Just press ESC to hide all the images and press '~' (tilde) to show images.                    

Informazioni di Base sull'Estensione

Nome Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
URL Ufficiale https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
Descrizione Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
Dimensione del File 36.47 KB
Conteggio Installazioni 351
Versione Corrente 1.1.2
Ultimo Aggiornamento 2014-08-13
Data di Pubblicazione 2014-08-13
Valutazione 3.90/5 Totale 10 Valutazioni
Sviluppatore omar.w.qureshi
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pixelblock.neocities.org
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imageless",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "description": "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "ld.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}