Imageless

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

Wat is Imageless?

Imageless is een Chrome-extensie ontwikkeld door omar.w.qureshi, en de belangrijkste functie is "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Imageless

Download Imageless-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
Officiële URL https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
Beschrijving Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
Bestandsgrootte 36.47 KB
Aantal Installaties 351
Huidige Versie 1.1.2
Laatst Bijgewerkt 2014-08-13
Publicatiedatum 2014-08-13
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar omar.w.qureshi
Betalingswijze free
URL van de Privacybeleid Pagina https://pixelblock.neocities.org
Ondersteunde Talen 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
        }
    ]
}