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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |