M i M

Monitor, redirect & block requests. Record, edit & populate form data

M i M क्या है?

M i M Lon H द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor, redirect & block requests. Record, edit & populate form data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में M i M एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        1. Intercept/Redirect request urls, including css, scripts, images, AJAX requests, etc., with text search/replace rules. Great for switching css/scripts/images/ajax request for different environments or versions.

2. Set/modify custom request headers.

3. Monitor and capture specific requests, send desktop notifications if enabled.

4. Record, store, edit and auto populate form data.

===============================
Version: 0.8.2
  - Layout updates
  - Added copy function for all options

Version: 0.8.1
  - Fix the situation where value contains '='

Version: 0.8.0
  - Rewrite with AngularJS

Version: 0.7.2
  - Sort parameters by name

Version: 0.7.1
  - Fixed capture logging, so it can be pasted in excel.

Version: 0.7
  - Fixed custom request header bug.

Version: 0.6
  - Added CORS AJAX request support.

Version: 0.5.0
  - Move the 'new' item function to a single button.

Version: 0.4.0
  - Added block requests function
  - Display all traffic can be disabled.
  - Split options in different tabs

Version: 0.3.0
  - Added custom request headers function                    

एक्सटेंशन की मूल जानकारी

नाम M i M M i M
ID jlppachnphenhdidmmpnbdjaipfigoic
आधिकारिक URL https://chromewebstore.google.com/detail/m-i-m/jlppachnphenhdidmmpnbdjaipfigoic
विवरण Monitor, redirect & block requests. Record, edit & populate form data
फ़ाइल का आकार 678 KB
स्थापना संख्या 181
वर्तमान संस्करण 0.8.2
अंतिम अपडेट 2016-02-16
प्रकाशन तिथि 2016-02-16
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर Lon H
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "M i M",
    "short_name": "MiM",
    "description": "Monitor, redirect & block requests. Record, edit & populate form data",
    "version": "0.8.2",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/jquery.deserialize.min.js",
                "js\/mim-contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/binoculars-icon-16.png",
        "48": "img\/binoculars-icon-48.png"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/binoculars-icon-48.png",
        "js\/jquery-2.0.3.min.map",
        "js\/jquery-2.0.3.js",
        "html\/main.html"
    ],
    "browser_action": {
        "default_icon": "img\/binoculars-icon-48.png",
        "default_title": "MiM"
    },
    "manifest_version": 2
}