Hide Images/Videos

This extension hides images and videos for less distractions.

Apa itu Hide Images/Videos?

Hide Images/Videos adalah ekstensi Chrome yang dikembangkan oleh https://www.omarwheatley.com, dan fitur utamanya adalah "This extension hides images and videos for less distractions.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide Images/Videos

Unduh file ekstensi Hide Images/Videos 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

                        This extension let's you quickly and easily remove all images and videos. This allows for a distraction free website viewing experience. Configurable to hide either images or videos or both.

Just click the extension icon and instantly all media will be removed. Refresh the page to undo.                    

Informasi Dasar Ekstensi

Nama Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
URL Resmi https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Deskripsi This extension hides images and videos for less distractions.
Ukuran File 141 KB
Jumlah Instalasi 2,812
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2021-12-20
Tanggal Publikasi 2016-01-24
Penilaian 3.86/5 Total 21 Penilaian
Pengembang https://www.omarwheatley.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.google.com/+OmarwApps
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omar Wheatley",
    "background": {
        "service_worker": "myscript.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "This extension hides images and videos for less distractions.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Hide Images\/Videos",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "short_name": "Hide Images",
    "version": "3.0.0"
}