Image Remover

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

Apa itu Image Remover?

Image Remover adalah ekstensi Chrome yang dikembangkan oleh https://danielw.org, dan fitur utamanya adalah "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Remover

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

                        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."                    

Informasi Dasar Ekstensi

Nama Image Remover Image Remover
ID keimggighiknpiiloncafdmhopgccbbk
URL Resmi https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk
Deskripsi It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Ukuran File 7.88 KB
Jumlah Instalasi 1,528
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-03-03
Tanggal Publikasi 2016-03-02
Penilaian 4.44/5 Total 9 Penilaian
Pengembang https://danielw.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.danielw.org
URL Halaman Bantuan http://www.danielw.org
Bahasa yang Didukung 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"
}