My Webrequest

Control your browser's web request.

My Webrequest क्या है?

My Webrequest https://app.evecalm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control your browser's web request."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension can be used to manage Chrome's web request:
  1. custom URL,  auto redirect to a related URL
  2. blocking request
  3. forcing HTTPS connection
  4. browse hotlinking pictures
  5. inspect network requests
  6. Get current page's QR code
  7. stop google search results redirects
  8. Chinese only: speed up website that using Google CDN
Please read the help content in option page before using.

Changelog
v 0.8:
  minor bug fixes
v 0.7:
  1. added feature custom, it can redirect an URL to a related one automatically
  2. added backup/restore functions

v 0.5:
  1. fixed a bug causing hotlinking not working
  2. you can now change extension icon style in Options→Settings                    

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

नाम My Webrequest My Webrequest
ID ojodgdaaholkmelbddlhnfdgamohijhk
आधिकारिक URL https://chromewebstore.google.com/detail/my-webrequest/ojodgdaaholkmelbddlhnfdgamohijhk
विवरण Control your browser's web request.
फ़ाइल का आकार 333 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.8
अंतिम अपडेट 2016-12-28
प्रकाशन तिथि 2016-12-27
रेटिंग 4.38/5 कुल 16 रेटिंग्स
डेवलपर https://app.evecalm.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://app.evecalm.com/MyWebrequest/
सहायता पृष्ठ URL https://github.com/evecalm/MyWebrequest/issues
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.8",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options\/index.html",
    "homepage_url": "http:\/\/www.evecalm.com",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs"
    ],
    "background": {
        "page": "background\/index.html"
    }
}