ReRoute

Automatically redirect web requests matching custom rules.

ما هو ReRoute؟

ReRoute هو إضافة Chrome تم تطويرها بواسطة graspaevinci، والميزة الرئيسية لها هي "Automatically redirect web requests matching custom rules.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ReRoute

قم بتنزيل ملفات الامتداد ReRoute بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Redirect any web request to an address of your choice.

Top Features:
 - Replace part of any URL, optionally using regular expressions
 - Redirect loop protection (each request is only redirected once)
 - Quick enabling/disabling of each rule
 - Define custom aliases for your redirects                    

معلومات أساسية عن التمديد

الاسم ReRoute ReRoute
ID kmegpialdlakejlimkocdcecpjikfhen
عنوان URL الرسمي https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen
الوصف Automatically redirect web requests matching custom rules.
حجم الملف 31.36 KB
عدد التثبيتات 657
النسخة الحالية 0.8.4
آخر تحديث 2017-11-20
تاريخ النشر 2017-11-20
تقييم 5.00/5 مجموع تقييمات 6
المطور graspaevinci
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReRoute",
    "description": "Automatically redirect web requests matching custom rules.",
    "version": "0.8.4",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "reroute2.png",
        "default_popup": "popup.html",
        "default_title": "ReRoute"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "reroute128.png"
    },
    "minimum_chrome_version": "55"
}