Delete Elements
Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!
Apa itu Delete Elements?
Delete Elements adalah ekstensi Chrome yang dikembangkan oleh Kira L, dan fitur utamanya adalah "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Delete Elements
Unduh file ekstensi Delete Elements 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
My chrome extension allows you to delete any element that you don't want to see on a website using alt+click. After installing this extension, you can focus on the content of a website, instead of the navigation bars, side-bars, and unwanted images. Enjoy!
Informasi Dasar Ekstensi
Nama | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
URL Resmi | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
Deskripsi | Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see! |
Ukuran File | 7.14 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-09-11 |
Tanggal Publikasi | 2020-09-11 |
Pengembang | Kira L |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://kiraprograms.com |
URL Halaman Bantuan | http://kiraprograms.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Elements", "version": "1.0", "description": "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!", "permissions": [], "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "add_to_website.js" ] } ], "manifest_version": 2 } |