Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

Remove Element From Dom là gì?

Remove Element From Dom là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Easily remove elements from the current page's DOM including tags, ids and classes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Element From Dom

Tải xuống các tệp mở rộng Remove Element From Dom 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

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
URL Chính Thức https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
Mô tả Easily remove elements from the current page's DOM including tags, ids and classes.
Kích Thước Tệp 40.78 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-03
Ngày Phát Hành 2017-05-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jwatson4115/remove-from-dom
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}