Browser Control

This extension allows you to delete whatever you want from a webpage.

Browser Control là gì?

Browser Control là một tiện ích mở rộng Chrome được phát triển bởi Jesse Benton, và tính năng chính của nó là "This extension allows you to delete whatever you want from a webpage.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Control

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

                        Remove any part of a webpage that you don't want to see! Turn on the app, hover over the element you don't want to see, hold the 'ctrl' key and right click!

Version 1.3
  Simplified interface. Use the extension icon to enable or disable.
    Once enabled: hold 'ctrl' and right click the page element you 
    want to remove.
  Fixed iframe removal
  Removed jQuery dependency

Version 1.2.1
  Bug fix

Version 1.2
  New Hot Key mode! Once enabled, hold the Control Key(left or right) to activate.

Version 1.1
  Toggle the app without refreshing the page!
  Right click to erase elements
  iFrames automatically removed(toggle coming soon)                    

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

Tên Browser Control Browser Control
ID jfkkofodnfgoogjgpfbapecgapbchhei
URL Chính Thức https://chrome.google.com/webstore/detail/browser-control/jfkkofodnfgoogjgpfbapecgapbchhei
Mô tả This extension allows you to delete whatever you want from a webpage.
Kích Thước Tệp 23.39 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 1.3.1.1
Cập Nhật Lần Cuối 2014-07-30
Ngày Phát Hành 2014-07-30
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jesse Benton
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Control",
    "description": "This extension allows you to delete whatever you want from a webpage.",
    "version": "1.3.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/browser_control.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "name": "Browser Control"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "storage",
        "https:\/\/*\/*"
    ]
}