elementZapper
Disappear at once!
Apa itu elementZapper?
elementZapper adalah ekstensi Chrome yang dikembangkan oleh http://www.dsebastien.net, dan fitur utamanya adalah "Disappear at once!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi elementZapper
Unduh file ekstensi elementZapper 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 allows you to easily remove elements from Web pages. Let's say that a gigantic cat image is bothering you (though you find it lovely) on some Website. You want it gone? Then right click on it, select "Zap!" and there you have it, gone! The same applies to selections that you make on pages; just select a bunch of paragraphs, images, etc, right click, select "Zap!" and they're gone.
Informasi Dasar Ekstensi
Nama | |
ID | efeljanahmlnjhckmohcfbgkfdjdmnog |
URL Resmi | https://chrome.google.com/webstore/detail/elementzapper/efeljanahmlnjhckmohcfbgkfdjdmnog |
Deskripsi | Disappear at once! |
Ukuran File | 18.52 KB |
Jumlah Instalasi | 459 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2013-05-13 |
Tanggal Publikasi | 2013-05-13 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | http://www.dsebastien.net |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.dsebastien.net |
URL Halaman Bantuan | https://github.com/dsebastien/elementZapper |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "elementZapper", "description": "Disappear at once!", "version": "1.1", "icons": { "128": "zap_128.png", "64": "zap_64.png", "32": "zap_32.png", "16": "zap_16.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ] } |