My Webrequest

Control your browser's web request.

My Webrequest là gì?

My Webrequest là một tiện ích mở rộng Chrome được phát triển bởi https://app.evecalm.com, và tính năng chính của nó là "Control your browser's web request.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Webrequest

Tải xuống các tệp mở rộng My Webrequest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Webrequest My Webrequest
ID ojodgdaaholkmelbddlhnfdgamohijhk
URL Chính Thức https://chromewebstore.google.com/detail/my-webrequest/ojodgdaaholkmelbddlhnfdgamohijhk
Mô tả Control your browser's web request.
Kích Thước Tệp 333 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2016-12-28
Ngày Phát Hành 2016-12-27
Đánh Giá 4.38/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://app.evecalm.com
Loại Thanh Toán free
Trang Web Mở Rộng http://app.evecalm.com/MyWebrequest/
URL Trang Trợ Giúp https://github.com/evecalm/MyWebrequest/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}