Browser Control

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

Browser Controlとは何ですか?

Browser ControlはJesse Bentonによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to delete whatever you want from a webpage.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Browser Control拡張機能のCRXファイルをダウンロード

Browser Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Browser Control Browser Control
ID jfkkofodnfgoogjgpfbapecgapbchhei
公式URL https://chrome.google.com/webstore/detail/browser-control/jfkkofodnfgoogjgpfbapecgapbchhei
説明 This extension allows you to delete whatever you want from a webpage.
ファイルサイズ 23.39 KB
インストール数 192
現在のバージョン 1.3.1.1
最終更新日 2014-07-30
公開日 2014-07-30
評価 3.00/5 合計 7 レビュー
開発者 Jesse Benton
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}