Remove This

Allows the user to remove elements from a website page

Apa itu Remove This?

Remove This adalah ekstensi Chrome yang dikembangkan oleh fcarreto, dan fitur utamanya adalah "Allows the user to remove elements from a website page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove This

Unduh file ekstensi Remove This 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

                        Say goodbye to that popup that just want your email address...                    

Informasi Dasar Ekstensi

Nama Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
URL Resmi https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
Deskripsi Allows the user to remove elements from a website page
Ukuran File 116 KB
Jumlah Instalasi 129
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-11-11
Tanggal Publikasi 2014-11-11
Penilaian 3.29/5 Total 7 Penilaian
Pengembang fcarreto
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove This",
    "description": "Allows the user to remove elements from a website page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove This",
        "default_icon": "target.png"
    },
    "manifest_version": 2
}