Remove This

Allows the user to remove elements from a website page

Remove This là gì?

Remove This là một tiện ích mở rộng Chrome được phát triển bởi fcarreto, và tính năng chính của nó là "Allows the user to remove elements from a website page".

Ả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 This

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

                        Say goodbye to that popup that just want your email address...                    

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

Tên Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
URL Chính Thức https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
Mô tả Allows the user to remove elements from a website page
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-11-11
Ngày Phát Hành 2014-11-11
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển fcarreto
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove This",
    "description": "Allows the user to remove elements from a website page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove This",
        "default_icon": "target.png"
    },
    "manifest_version": 2
}