Man in the Middle

Modify requests, inject JavaScript and CSS into pages.

Wat is Man in the Middle?

Man in the Middle is een Chrome-extensie ontwikkeld door Hoang, en de belangrijkste functie is "Modify requests, inject JavaScript and CSS into pages.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Man in the Middle

Download Man in the Middle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Man in the Middle Man in the Middle
ID mfgcopdhimkemcnlhkohjbdjgahmagil
Officiële URL https://chromewebstore.google.com/detail/man-in-the-middle/mfgcopdhimkemcnlhkohjbdjgahmagil
Beschrijving Modify requests, inject JavaScript and CSS into pages.
Bestandsgrootte 40.41 KB
Aantal Installaties 829
Huidige Versie 3.2.2
Laatst Bijgewerkt 2022-03-02
Publicatiedatum 2018-12-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Hoang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dangkyokhoang/man-in-the-middle
Help Pagina-URL https://github.com/dangkyokhoang/man-in-the-middle
URL van de Privacybeleid Pagina https://dangkyokhoang.github.io/privacy-policy/browser-extension
Ondersteunde Talen 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"
        ]
    }
}