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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}