Images ON/OFF

Disable images on current site.

Apa itu Images ON/OFF?

Images ON/OFF adalah ekstensi Chrome yang dikembangkan oleh https://singleclickapps.com, dan fitur utamanya adalah "Disable images on current site.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Images ON/OFF

Unduh file ekstensi Images ON/OFF 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

                        Use this extension to disable/enable images on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts.

There are some options available, but basically, the extension does just that and nothing more.                    

Informasi Dasar Ekstensi

Nama Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
URL Resmi https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
Deskripsi Disable images on current site.
Ukuran File 50.33 KB
Jumlah Instalasi 29,934
Versi Saat Ini 2.3.1
Terakhir Diperbarui 2020-03-12
Tanggal Publikasi 2020-03-12
Penilaian 4.18/5 Total 97 Penilaian
Pengembang https://singleclickapps.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://singleclickapps.com/images-on-off/
URL Halaman Kebijakan Privasi https://singleclickapps.com/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Images ON\/OFF",
    "version": "2.3.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
    "description": "Disable images on current site.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Images On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}