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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}