URL Auto Redirector
Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.
URL Auto Redirectorคืออะไร?
URL Auto Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crispgm และคุณลักษณะหลักของมันคือ "Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Auto Redirector
ดาวน์โหลดไฟล์ส่วนขยาย URL Auto Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
URL Auto Redirector redirects URLs automatically with Regular Expression presets. It enables you to skip referral/AD pages, trim query strings and adapt mobile pages gracefully, which is time-saving, helps to be more productive and improves web browsing experiences. We have several built-in rules as default. URL Auto Redirector opens up infinite possibilities of redirections, you might create your own powerful rules in the option page. We are very appreciated if you want to contribute awesome rules of URL Auto Redirector. Contribute on: https://github.com/URLAutoRedirector/awesome-rules
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Auto Redirector |
ID | mckfcfnegaimgcgepikhdnajpkkhdnkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-auto-redirector/mckfcfnegaimgcgepikhdnajpkkhdnkn |
คำอธิบาย | Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully. |
ขนาดไฟล์ | 66.36 KB |
จำนวนการติดตั้ง | 3,130 |
เวอร์ชันปัจจุบัน | 1.18.0 |
อัปเดตครั้งล่าสุด | 2022-12-09 |
วันที่เผยแพร่ | 2020-03-19 |
คะแนน | 3.77/5 รวมทั้งหมด 30 คะแนน |
ผู้พัฒนา | crispgm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://urlautoredirector.github.io/ |
URL หน้าช่วยเหลือ | https://github.com/URLAutoRedirector/URLAutoRedirector/issues |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Auto Redirector", "short_name": "URLAutoRedirector", "version": "1.18.0", "description": "__MSG_ext_description__", "author": "David Zhang", "homepage_url": "https:\/\/urlautoredirector.github.io\/", "options_page": "options.html", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" }, "permissions": [ "notifications", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "default_locale": "en", "manifest_version": 3 } |