Socket Puppet

A chrome extension to hack websockets

Socket Puppetとは何ですか?

Socket Puppetはhttp://mrglass.orgによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to hack websockets」です。

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

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

拡張機能の使用方法

                        This is an extensions that allows you to monitor and hack websockets.                    

拡張機能の基本情報

名前 Socket Puppet Socket Puppet
ID odpmdfegfklbkkljglpaholpnhkmdbfo
公式URL https://chrome.google.com/webstore/detail/socket-puppet/odpmdfegfklbkkljglpaholpnhkmdbfo
説明 A chrome extension to hack websockets
ファイルサイズ 10.12 KB
インストール数 93
現在のバージョン 0.5
最終更新日 2013-07-31
公開日 2013-07-31
評価 2.50/5 合計 6 レビュー
開発者 http://mrglass.org
支払い方法 free
拡張機能のウェブサイト http://socketpuppet.mrglass.org/
ヘルプページのURL http://socketpuppet.mrglass.org/docs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socket Puppet",
    "description": "A chrome extension to hack websockets",
    "version": "0.5",
    "devtools_page": "devtoolsinjector.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "socketPuppet.js",
        "devtoolsinjector.js",
        "devToolsTab.js"
    ]
}