My Webrequest

Control your browser's web request.

My Webrequestとは何ですか?

My Webrequestはhttps://app.evecalm.comによって開発されたChromeの拡張機能で、その主な機能は「Control your browser's web request.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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"
    }
}