Man in the Middle

Modify requests, inject JavaScript and CSS into pages.

Man in the Middleとは何ですか?

Man in the MiddleはHoangによって開発されたChromeの拡張機能で、その主な機能は「Modify requests, inject JavaScript and CSS into pages.」です。

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

screenshot
screenshot
screenshot

Man in the Middle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        IMPORTANT NOTE: This is a compatible version of the extension Man in the Middle for Firefox. Some features won't work in this version for Chrome. See https://github.com/dangkyokhoang/Man-in-the-Middle/projects/1#card-15622712 for more.

Use cases:
- Block or redirect websites and requests;
- Add, modify or remove request and response headers;
- Inject JavaScript into pages to make them function as desired;
- Inject CSS into pages to style them as desired.

Visit https://github.com/dangkyokhoang/Man-in-the-Middle for more details.                    

拡張機能の基本情報

名前 Man in the Middle Man in the Middle
ID mfgcopdhimkemcnlhkohjbdjgahmagil
公式URL https://chromewebstore.google.com/detail/man-in-the-middle/mfgcopdhimkemcnlhkohjbdjgahmagil
説明 Modify requests, inject JavaScript and CSS into pages.
ファイルサイズ 40.41 KB
インストール数 829
現在のバージョン 3.2.2
最終更新日 2022-03-02
公開日 2018-12-14
評価 5.00/5 合計 1 レビュー
開発者 Hoang
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/dangkyokhoang/man-in-the-middle
ヘルプページのURL https://github.com/dangkyokhoang/man-in-the-middle
プライバシーポリシーページのURL https://dangkyokhoang.github.io/privacy-policy/browser-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Man in the Middle",
    "version": "3.2.2",
    "description": "Modify requests, inject JavaScript and CSS into pages.",
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "64": "src\/img\/icon\/mitm_on_64.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "src\/img\/icon\/mitm_on_32.png"
        }
    },
    "background": {
        "page": "src\/page\/background\/background.html"
    },
    "options_ui": {
        "page": "src\/page\/options\/options.html",
        "open_in_tab": true
    },
    "sandbox": {
        "pages": [
            "src\/page\/background\/frame\/sandbox.html"
        ]
    }
}