Imageless

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

Apa itu Imageless?

Imageless adalah ekstensi Chrome yang dikembangkan oleh omar.w.qureshi, dan fitur utamanya adalah "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Imageless

Unduh file ekstensi Imageless dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
URL Resmi https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
Deskripsi Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
Ukuran File 36.47 KB
Jumlah Instalasi 351
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2014-08-13
Tanggal Publikasi 2014-08-13
Penilaian 3.90/5 Total 10 Penilaian
Pengembang omar.w.qureshi
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pixelblock.neocities.org
Bahasa yang Didukung 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
        }
    ]
}