Owl Redirector

HTTP Request redirector.

ما هو Owl Redirector؟

Owl Redirector هو إضافة Chrome تم تطويرها بواسطة Berton Zhu، والميزة الرئيسية لها هي "HTTP Request redirector.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Owl Redirector

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

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

                        Modify, cancel or redirect HTTP requests.

Owl Redirector is a tool for web development. With it you can use RegExp or pattern text to match specific url, then  modify, cancel or redirect these HTTP requests.

There is also a powerful feature: you can write your JavaScript code to control your redirect/ logic.

It is powerful but these dangerous. Use it only when you know what you are doing.                    

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

الاسم Owl Redirector Owl Redirector
ID beknllkoddklgoflifhgkhkkibgkpdch
عنوان URL الرسمي https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch
الوصف HTTP Request redirector.
حجم الملف 113 KB
عدد التثبيتات 337
النسخة الحالية 0.3.1
آخر تحديث 2019-05-27
تاريخ النشر 2019-05-26
تقييم 3.67/5 مجموع تقييمات 3
المطور Berton Zhu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/meowtec/Owl-redirector
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Owl Redirector",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "HTTP Request redirector.",
    "default_locale": "en",
    "icons": {
        "128": "owl.png"
    },
    "background": {
        "scripts": [
            "common\/punycode.min.js",
            "common\/info.js",
            "common\/utils.js",
            "background\/default.js",
            "background\/upgrade.js",
            "background\/index.js"
        ]
    },
    "options_page": "options\/index.html",
    "homepage_url": "https:\/\/github.com\/meowtec\/Owl-redirector",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}