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是由crispgm開發的Chrome擴展程式,該擴展的主要功能是“Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.”。
擴展截圖
下載URL Auto Redirector擴展crx文件
下載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 |
官方網址 | 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 } |