My Webrequest

Control your browser's web request.

ما هو My Webrequest؟

My Webrequest هو إضافة Chrome تم تطويرها بواسطة https://app.evecalm.com، والميزة الرئيسية لها هي "Control your browser's web request.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Webrequest

قم بتنزيل ملفات الامتداد My Webrequest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}