DOM Destroyer
Delete anything on a website with a click.
DOM Destroyer là gì?
DOM Destroyer là một tiện ích mở rộng Chrome được phát triển bởi Phil Schleihauf, và tính năng chính của nó là "Delete anything on a website with a click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DOM Destroyer
Tải xuống các tệp mở rộng DOM Destroyer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
DOM Destroyer empowers you to remove anything that annoys you from a web page by just clicking on it. Get rid of newsletter popups, content-hiding overlays, and all kinds of other noisy clutter! Note that this extension only temporarily hides elements from your view -- to get them back, just refresh the page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM Destroyer |
ID | cgkjfaoibdibeghgeplabcbineebklgf |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-destroyer/cgkjfaoibdibeghgeplabcbineebklgf |
Mô tả | Delete anything on a website with a click. |
Kích Thước Tệp | 12.62 KB |
Số Lần Cài Đặt | 2,836 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2021-03-29 |
Ngày Phát Hành | 2014-02-25 |
Đánh Giá | 3.76/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Phil Schleihauf |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/uniphil/dom-destroyer |
URL Trang Trợ Giúp | http://github.com/uniphil/dom-destroyer/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM Destroyer", "description": "Delete anything on a website with a click.", "version": "0.3", "browser_action": { "default_title": "Destroy DOM", "default_icon": "destroy_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-armed": { "suggested_key": { "default": "Ctrl+Shift+L" }, "description": "Toggle DOM destruction mode" } }, "homepage_url": "http:\/\/github.com\/uniphil\/dom-destroyer" } |