ReRoute
Automatically redirect web requests matching custom rules.
ReRouteคืออะไร?
ReRoute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย graspaevinci และคุณลักษณะหลักของมันคือ "Automatically redirect web requests matching custom rules."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReRoute
ดาวน์โหลดไฟล์ส่วนขยาย ReRoute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |