imgZombie - Image Toggler

Quick one-click toggle to turn images off and on. Works with local HTML files too!

Apa itu imgZombie - Image Toggler?

imgZombie - Image Toggler adalah ekstensi Chrome yang dikembangkan oleh jkupczak, dan fitur utamanya adalah "Quick one-click toggle to turn images off and on. Works with local HTML files too!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi imgZombie - Image Toggler

Unduh file ekstensi imgZombie - Image Toggler 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

                        Kill images and then raise them from the grave! 

imgZombie allows you to turn off all images on the page that you're currently viewing. Just click the extension icon in your toolbar to activate. Click it again to turn all images back on. If you want to do this on a local HTML file, make sure you give imgZombie access in the Extension settings page.                    

Informasi Dasar Ekstensi

Nama imgZombie - Image Toggler imgZombie - Image Toggler
ID fgdhnpiaaiejkkpcmpkapbbfnibipklh
URL Resmi https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh
Deskripsi Quick one-click toggle to turn images off and on. Works with local HTML files too!
Ukuran File 11.98 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-08-09
Tanggal Publikasi 2019-08-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang jkupczak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imgZombie - Image Toggler",
    "description": "Quick one-click toggle to turn images off and on. Works with local HTML files too!",
    "version": "1.0",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Toggle Images"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}