Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

Apa itu Remove Element From Dom?

Remove Element From Dom adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Easily remove elements from the current page's DOM including tags, ids and classes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove Element From Dom

Unduh file ekstensi Remove Element From Dom 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

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

Informasi Dasar Ekstensi

Nama Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
URL Resmi https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
Deskripsi Easily remove elements from the current page's DOM including tags, ids and classes.
Ukuran File 40.78 KB
Jumlah Instalasi 109
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-03
Tanggal Publikasi 2017-05-03
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/jwatson4115/remove-from-dom
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}