Div Be Gone
Delete persky div tags
Apa itu Div Be Gone?
Div Be Gone adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Delete persky div tags".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Div Be Gone
Unduh file ekstensi Div Be Gone 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
Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.
Informasi Dasar Ekstensi
Nama | Div Be Gone |
ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
URL Resmi | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
Deskripsi | Delete persky div tags |
Ukuran File | 72.42 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-28 |
Tanggal Publikasi | 2017-06-28 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rtrigoso/dom_delete_extension |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Div Be Gone", "description": "Delete persky div tags", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Delete pesky div tags", "default_icon": "aerosol.png" }, "manifest_version": 2 } |